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 <[email protected]> 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
