[Sumover-dev] [svn commit] r4396 - vic/branches/mpeg4

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Sun Feb 22 23:21:01 GMT 2009


Author: soohyunc
Date: Sun Feb 22 23:21:00 2009
New Revision: 4396

Modified:
   vic/branches/mpeg4/Makefile.in

Log:
Screen is filled with warning message when compiling with gcc-4.x:
"warning: deprecated conversion from string constant to ‘char*’".

Shut off gcc-4.x by adding "-Wno-write-message" at CCOPT field.


Modified: vic/branches/mpeg4/Makefile.in
==============================================================================
--- vic/branches/mpeg4/Makefile.in	(original)
+++ vic/branches/mpeg4/Makefile.in	Sun Feb 22 23:21:00 2009
@@ -99,7 +99,7 @@
 	$(INCLUDE_X11) $(MD_INC) -Icodec/jpeg -Icodec/p64 -I. 
 DEFINE = @V_DEFINE@ -DED_YBITS=$(ED_YBITS) -DSIGRET=@V_SIGRET@ -DNLAYER=8 -D_GNU_SOURCE
 BFLAGS = $(DEFINE) $(INCLUDE)
-CFLAGS = $(CCOPT) $(BFLAGS)
+CFLAGS = $(CCOPT) $(BFLAGS) -Wno-write-strings 
 
 #
 # Remember to add a dependency if you add any tcl sources here.



More information about the Sumover-dev mailing list