[Bf-blender-cvs] [7027311] master: Cleanup: quiet warning

Campbell Barton noreply at git.blender.org
Thu Dec 17 17:09:28 CET 2015


Commit: 70273114a1509606f8c6379e946435caf3a21941
Author: Campbell Barton
Date:   Fri Dec 18 02:46:08 2015 +1100
Branches: master
https://developer.blender.org/rB70273114a1509606f8c6379e946435caf3a21941

Cleanup: quiet warning

===================================================================

M	source/gameengine/VideoTexture/VideoFFmpeg.cpp

===================================================================

diff --git a/source/gameengine/VideoTexture/VideoFFmpeg.cpp b/source/gameengine/VideoTexture/VideoFFmpeg.cpp
index 3bf11fb..41ace25 100644
--- a/source/gameengine/VideoTexture/VideoFFmpeg.cpp
+++ b/source/gameengine/VideoTexture/VideoFFmpeg.cpp
@@ -34,7 +34,10 @@
 // INT64_C fix for some linux machines (C99ism)
 #ifndef __STDC_CONSTANT_MACROS
 #define __STDC_CONSTANT_MACROS
+#ifdef  __STDC_CONSTANT_MACROS  /* quiet warning */
 #endif
+#endif
+
 #include <stdint.h>




More information about the Bf-blender-cvs mailing list