src/inc/common.mk 1.79

1.79 2010/05/09 17:23:57 kent
Put in commented out line that does not have force-warnings-to-errors compiler flag.
Index: src/inc/common.mk
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/common.mk,v
retrieving revision 1.78
retrieving revision 1.79
diff -b -B -U 4 -r1.78 -r1.79
--- src/inc/common.mk	31 Mar 2010 17:04:30 -0000	1.78
+++ src/inc/common.mk	9 May 2010 17:23:57 -0000	1.79
@@ -54,8 +54,9 @@
       HG_WARN = -Wall -Wformat -Wimplicit -Wreturn-type
       HG_WARN_UNINIT=-Wuninitialized
     else
       HG_WARN = -Wall -Werror -Wformat -Wimplicit -Wreturn-type
+      # HG_WARN = -Wall -Wformat -Wimplicit -Wreturn-type
       HG_WARN_UNINIT=-Wuninitialized
     endif
   endif
   # -Wuninitialized generates a warning without optimization