[llvm-commits] [PATCH] Suppress compiler warning

mike mikem.llvm at gmail.com
Fri Apr 23 16:00:27 PDT 2010


find patch attached:

Suppress compiler warning.
Manifests during clang selfhost build on 32-bit linux.

/.../lib/Archive/ArchiveReader.cpp:124:41: warning: operands of ? are integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
          pathname.assign(At, nulp != 0 ? nulp - At : len);
                                        ^ ~~~~~~~~~   ~~~

--Mike

-------------- next part --------------
A non-text attachment was scrubbed...
Name: suppress.signcompare.patch
Type: application/octet-stream
Size: 621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100423/7b5133ff/attachment.obj>


More information about the llvm-commits mailing list