[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45836] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp: Suppressed a compiler warning about an empty controlled statement.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sun Apr 22 03:23:05 CEST 2012


Revision: 45836
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45836
Author:   kjym3
Date:     2012-04-22 01:23:02 +0000 (Sun, 22 Apr 2012)
Log Message:
-----------
Suppressed a compiler warning about an empty controlled statement.
Reported by flokkievids, thanks!

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp	2012-04-22 00:59:27 UTC (rev 45835)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp	2012-04-22 01:23:02 UTC (rev 45836)
@@ -365,6 +365,8 @@
 }
 
  
+#if 0 // FIXME
+
 /////////////////////////////////////////
 //
 //  OMISSION SHADER
@@ -429,3 +431,5 @@
 
     }
 }
+
+#endif




More information about the Bf-blender-cvs mailing list