]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* varasm.c (assemble_variable): Fix format specifier thinko.
authorGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 3 Jul 2005 14:14:28 +0000 (14:14 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 3 Jul 2005 14:14:28 +0000 (14:14 +0000)
From-SVN: r101550

gcc/varasm.c

index 59abefbdf127bb1af634078d01e634cdb4c1af32..db54f986730524cc41db2c5c5b4439416c836340 100644 (file)
@@ -1745,7 +1745,7 @@ assemble_variable (tree decl, int top_level ATTRIBUTE_UNUSED,
 #if !defined(ASM_OUTPUT_ALIGNED_COMMON) && !defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) && !defined(ASM_OUTPUT_ALIGNED_BSS)
       if ((unsigned HOST_WIDE_INT) DECL_ALIGN_UNIT (decl) > rounded)
        warning (0, "requested alignment for %q+D is greater than "
-                 "implemented alignment of %d", decl, rounded);
+                 "implemented alignment of %wu", decl, rounded);
 #endif
 
       /* If the target cannot output uninitialized but not common global data