[Ocfs2-commits] manish commits r1830 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jan 21 17:24:43 CST 2005


Author: manish
Date: 2005-01-21 17:24:41 -0600 (Fri, 21 Jan 2005)
New Revision: 1830

Modified:
   trunk/Kbuild-24.make
Log:
Only spew warnings on ia32


Modified: trunk/Kbuild-24.make
===================================================================
--- trunk/Kbuild-24.make	2005-01-21 23:21:30 UTC (rev 1829)
+++ trunk/Kbuild-24.make	2005-01-21 23:24:41 UTC (rev 1830)
@@ -26,7 +26,7 @@
 # kbuild system.  Hope we got them right.
 #
 
-ifneq ($(OCFS_PROCESSOR),x86_64)
+ifeq ($(OCFS_PROCESSOR),i686)
 WARNINGS += -Wmissing-prototypes -Wmissing-declarations
 endif 
 



More information about the Ocfs2-commits mailing list