http://llvm.org/bugs/show_bug.cgi?id=18905

Benjamin Kramer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #1 from Benjamin Kramer <[email protected]> ---
Fixed in r201795.

$ clang -Weverything s2.c
s2.c:4:10: warning: format string is not null-terminated [-Wformat]
  printf(s);
         ^
s2.c:3:21: note: format string is defined here
  const char s[1] = "s";
                    ^~~

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to