change log for rtems (2011-12-10)
rtems-vc at rtems.org
rtems-vc at rtems.org
Sat Dec 10 06:16:05 UTC 2011
*ralf*:
2011-12-10 Ralf Corsépius <ralf.corsepius at rtems.org>
* configure.ac (CFLAGS): Add -Wmissing-prototypes.
M 1.584 c/src/ChangeLog
M 1.106 c/src/configure.ac
diff -u rtems/c/src/ChangeLog:1.583 rtems/c/src/ChangeLog:1.584
--- rtems/c/src/ChangeLog:1.583 Fri Dec 9 07:16:25 2011
+++ rtems/c/src/ChangeLog Fri Dec 9 23:53:03 2011
@@ -1,3 +1,7 @@
+2011-12-10 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * configure.ac (CFLAGS): Add -Wmissing-prototypes.
+
2011-12-09 Ralf Corsépius <ralf.corsepius at rtems.org>
* libchip/network/sonic.c: Activate SONIC_STATIC.
diff -u rtems/c/src/configure.ac:1.105 rtems/c/src/configure.ac:1.106
--- rtems/c/src/configure.ac:1.105 Thu Dec 8 15:41:47 2011
+++ rtems/c/src/configure.ac Fri Dec 9 23:53:03 2011
@@ -100,7 +100,7 @@
# Append warning flags if CFLAGS wasn't set.
AS_IF([test "$GCC" = yes && test "$rtems_cv_CFLAGS_set" != set],
-[CFLAGS="$CFLAGS -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs"])
+[CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs"])
AS_IF([test -n "${CFLAGS}"],[
ac_configure_args="$ac_configure_args 'CFLAGS=${CFLAGS}'"])
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20111210/273aa360/attachment.html>
More information about the vc
mailing list