[Lldb-commits] [PATCH] debugserver: Disable four-char-constants and format-pedantic warnings

Justin Bogner via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 17 00:24:27 PDT 2016


Today I checked out lldb to check that r284364 wouldn't cause any
trouble, but there were a few warnings that fired when I tried to build
it, breaking my -Werror build.

This disables four character literal warnings (so that 'FDSC' in
debugserver.cpp is allowed) and pedantic formatting warnings, so that
printf-like functions can pass typed pointers to "%p" in format strings.

Okay to commit?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: lldb-warnings.patch
Type: text/x-patch
Size: 1300 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161017/ddc87ac2/attachment-0001.bin>


More information about the lldb-commits mailing list