|
From: Florian K. <fl...@ei...> - 2015-09-12 19:37:28
|
On 11.09.2015 17:06, Mark Wielaard wrote:
> arm, kernel-4.1.6, glibc-2.22.90, gcc-5.1.1, gdb-7.10, binutils-2.25.1
> arm64 kernel-4.1.5, glibc-2.22, gcc-5.1.1, gdb-7.10, binutils-2.25
Ah, nice.. gcc-5.1.1.. so we can flush out format signedness issues on
arm*
When you get a chance, can you rerun (just make) with:
Index: configure.ac
===================================================================
--- configure.ac (revision 15648)
+++ configure.ac (working copy)
@@ -1913,7 +1913,7 @@
AC_GCC_WARNING_SUBST([format], [FLAG_W_FORMAT])
# Disabled for now until all platforms are clean
format_checking_enabled=no
-#format_checking_enabled=yes
+format_checking_enabled=yes
if test "$format_checking_enabled" = "yes"; then
AC_GCC_WARNING_SUBST([format-signedness], [FLAG_W_FORMAT_SIGNEDNESS])
else
and send me the warnings?
Thanks,
Florian
|