[PATCH] Removing a disabled warning

Aaron Ballman aaron at aaronballman.com
Fri Jul 26 05:43:31 PDT 2013


We disabled this warning previously because tablegen would generate
empty case statements with nothing but a default label.  However,
having taught tablegen not to do that, and removed the small number of
other cases doing this, we now compile without generating this warning
in MSVC.

This patch re-renables C4065 (switch statement contains 'default' but
no 'case' labels).

~Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HandleLLVMOptions.cmake.patch
Type: application/octet-stream
Size: 648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130726/68d012c5/attachment.obj>


More information about the cfe-commits mailing list