src/inc/common.mk 1.69

1.69 2009/09/14 18:14:12 kent
Adding functions involving timestamps to apacheLog.
Index: src/inc/common.mk
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/common.mk,v
retrieving revision 1.68
retrieving revision 1.69
diff -b -B -U 4 -r1.68 -r1.69
--- src/inc/common.mk	11 Sep 2009 20:14:04 -0000	1.68
+++ src/inc/common.mk	14 Sep 2009 18:14:12 -0000	1.69
@@ -55,8 +55,9 @@
     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