[cfe-commits] [PATCH] Remove warning in ASTReaderStmt.cpp

Aaron Ballman aaron at aaronballman.com
Wed Sep 14 14:33:21 PDT 2011


This is a patch that removes a warning in VC++: warning C4805: '==' :
unsafe mix of type 'const uint64_t' and type 'bool' in operation.

However, since I'm not very familiar with this part of the source
base, I'd appreciate a review to make sure the assert itself isn't
wrong.

Thanks!

~Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ASTReaderStmt.diff
Type: application/octet-stream
Size: 682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110914/129c317c/attachment.obj>


More information about the cfe-commits mailing list