[cfe-commits] [PATCH] [libcxx] cleanup a few compile warnings emitted by GCC
Saleem Abdulrasool
compnerd at compnerd.org
Tue Dec 25 08:54:02 PST 2012
This just rounds up a few compile warnings emitted by GCC (4.7.2). Included
are:
- missing field initializers
- extraneous semicolon
- unused variable
- explicit instantiation of base class
- comparisons between signed and unsigned values
- array indexing via a char type
http://llvm-reviews.chandlerc.com/D242
Files:
src/debug.cpp
src/locale.cpp
src/thread.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D242.1.patch
Type: text/x-patch
Size: 7242 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121225/55cef7b4/attachment.bin>
More information about the cfe-commits
mailing list