[MLton-commit] r4635

Matthew Fluet MLton@mlton.org
Thu, 8 Jun 2006 16:56:43 -0700


Undo accidental commit
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/runtime/Makefile

----------------------------------------------------------------------

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/Makefile
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/Makefile	2006-06-08 23:54:30 UTC (rev 4634)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/Makefile	2006-06-08 23:56:43 UTC (rev 4635)
@@ -131,7 +131,6 @@
 WARNCFLAGS += -Wmissing-field-initializers
 endif
 WARNCFLAGS += -Wmissing-noreturn 
-WARNCFLAGS += -Wmissing-format-attribute
 # WARNCFLAGS += -Wpacked -Wpadded
 WARNCFLAGS += -Wredundant-decls 
 WARNCFLAGS += -Wnested-externs 
@@ -143,7 +142,9 @@
 
 # GCC doesn't recognize the %I64 format specifier which means %ll on windows
 ifeq ($(TARGET_OS), mingw)
-WARNCFLAGS += -Wno-format -Wno-missing-format-attribute
+WARNCFLAGS += -Wno-format
+else
+WARNCFLAGS += -Wmissing-format-attribute
 endif
 
 UTILCFILES =							\
@@ -173,7 +174,7 @@
 	platform.c
 
 HFILES = 							\
-        cenv.h                                                  \
+	cenv.h							\
 	$(UTILHFILES)						\
 	util.h							\
 	$(GCHFILES)						\