bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix conflicting types for log function kern/debug.c


From: Shakthi Kannan
Subject: [PATCH] Fix conflicting types for log function kern/debug.c
Date: Tue, 11 Nov 2008 20:41:52 +0530

Hi,

This fixes the warning for conflicting types for built-in log function
in kern/debug.c.

2008-11-11  Shakthi Kannan  <shakshurd@gmail.com>

        * Makefile.am: Add -fno-builtin-log to AM_CFLAGS.

---
diff --git a/Makefile.am b/Makefile.am
index 31cf857..188ecd7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@ AM_CFLAGS += \

 # See <http://lists.gnu.org/archive/html/bug-hurd/2006-01/msg00148.html>.
 AM_CFLAGS += \
-       -fno-strict-aliasing
+       -fno-strict-aliasing -fno-builtin-log

 # The smashing stack protector might be enabled by default, but might emit
 # unsuitable code.
-- 
1.5.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]