[patch] [libcxx] msvc cmake
Howard Hinnant
howard.hinnant at gmail.com
Fri Oct 4 17:11:12 PDT 2013
On Sep 26, 2013, at 7:48 PM, G M <gmisocpp at gmail.com> wrote:
> Hi Everyone
>
> Attached is a patch for libcxx's cmake file.
>
> I've changed it so we don't set highest level warnings (all) for MSVC when building projects using cmake and instead leave the default. That's /W4 on my machine and seems to be ok.
>
> With all warnings on for msvc, we see literally thousands of warnings. 99.99% aren't relevant and just obscure the ones that are.
> I think the user can still override things if they want something different from the command line when using cmake.
>
> <cmakelists.txt.diff>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
Committed revision 192010.
Thanks,
Howard
More information about the cfe-commits
mailing list