[PATCH] Removing a disabled warning

Aaron Ballman aaron at aaronballman.com
Fri Jul 26 15:05:33 PDT 2013


Thanks!  Committed in r187252, and I'll watch the bots.

~Aaron

On Fri, Jul 26, 2013 at 1:30 PM, David Blaikie <dblaikie at gmail.com> wrote:
> You're one of the people most impacted by changes to the Windows
> warning flag choices, so it seems fine for you to commit this if you
> think it's the right thing to do.
>
> On Fri, Jul 26, 2013 at 5:43 AM, Aaron Ballman <aaron at aaronballman.com> wrote:
>> 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
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>



More information about the cfe-commits mailing list