Commit 7e5863b3 authored by David Reid's avatar David Reid

Add some comments.

parent 4987ecc3
...@@ -4899,6 +4899,7 @@ IMPLEMENTATION ...@@ -4899,6 +4899,7 @@ IMPLEMENTATION
#endif #endif
#endif #endif
/* Begin globally disabled warnings. */
#if defined(_MSC_VER) #if defined(_MSC_VER)
#pragma warning(push) #pragma warning(push)
#pragma warning(disable:4752) /* found Intel(R) Advanced Vector Extensions; consider using /arch:AVX */ #pragma warning(disable:4752) /* found Intel(R) Advanced Vector Extensions; consider using /arch:AVX */
...@@ -37908,6 +37909,7 @@ ma_uint64 ma_sine_wave_read_pcm_frames(ma_sine_wave* pSineWave, void* pFramesOut ...@@ -37908,6 +37909,7 @@ ma_uint64 ma_sine_wave_read_pcm_frames(ma_sine_wave* pSineWave, void* pFramesOut
return frameCount; return frameCount;
} }
/* End globally disabled warnings. */
#if defined(_MSC_VER) #if defined(_MSC_VER)
#pragma warning(pop) #pragma warning(pop)
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment