[Vm-dev] [commit] r2531 - -Wno-pragmas is a blunt instrument that is not understood on 3.x gccs.

commits at squeakvm.org commits at squeakvm.org
Fri Feb 3 23:35:12 UTC 2012


Author: eliot
Date: 2012-02-03 15:35:12 -0800 (Fri, 03 Feb 2012)
New Revision: 2531

Modified:
   branches/Cog/nscogsrc/vm/cogit.h
   branches/Cog/platforms/unix/vm-display-fbdev/Makefile.in
Log:
-Wno-pragmas is a blunt instrument that is not understood on 3.x gccs.
Newspeak's cogit.h was accidentally unofficial.


Modified: branches/Cog/nscogsrc/vm/cogit.h
===================================================================
--- branches/Cog/nscogsrc/vm/cogit.h	2012-02-03 23:02:38 UTC (rev 2530)
+++ branches/Cog/nscogsrc/vm/cogit.h	2012-02-03 23:35:12 UTC (rev 2531)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator * VMMaker.oscog-eem.139 uuid: c2849383-9768-4948-b9b2-a5c22d482b07
+	CCodeGenerator VMMaker.oscog-eem.139 uuid: c2849383-9768-4948-b9b2-a5c22d482b07
  */
 
 

Modified: branches/Cog/platforms/unix/vm-display-fbdev/Makefile.in
===================================================================
--- branches/Cog/platforms/unix/vm-display-fbdev/Makefile.in	2012-02-03 23:02:38 UTC (rev 2530)
+++ branches/Cog/platforms/unix/vm-display-fbdev/Makefile.in	2012-02-03 23:35:12 UTC (rev 2531)
@@ -43,7 +43,7 @@
 TARGET		= vm-display-fbdev$a
 OBJS		= sqUnixFBDev$o
 
-XCFLAGS		= $(X_CFLAGS) -Wall -Werror -Wno-unknown-pragmas -Wno-pragmas
+XCFLAGS		= $(X_CFLAGS) -Wall -Werror -Wno-unknown-pragmas
 
 XINCLUDES	= [includes] $(X_INCLUDES) \
 		  -I$(topdir)/platforms/Cross/plugins/FilePlugin \



More information about the Vm-dev mailing list