src/inc/common.mk 1.70

1.70 2009/09/14 18:16:26 kent
Backing out a change I didn't mean to commit.
Index: src/inc/common.mk
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/common.mk,v
retrieving revision 1.69
retrieving revision 1.70
diff -b -B -U 4 -r1.69 -r1.70
--- src/inc/common.mk	14 Sep 2009 18:14:12 -0000	1.69
+++ src/inc/common.mk	14 Sep 2009 18:16:26 -0000	1.70
@@ -55,9 +55,8 @@
     ifeq (solaris,$(findstring solaris,${OSTYPE}))
       HG_WARN = -Wall -Wformat -Wimplicit -Wreturn-type
       HG_WARN_UNINIT=-Wuninitialized
     else
-#      HG_WARN = -Wall -Wformat -Wimplicit -Wreturn-type
       HG_WARN = -Wall -Werror -Wformat -Wimplicit -Wreturn-type
       HG_WARN_UNINIT=-Wuninitialized
     endif
   endif