A
Alf P. Steinbach
A number of denizens of [comp.lang.c++] have contributed to this list, which
allows you to compile at highest warning level (including when using
<windows.h>) with no irrelevant sillywarnings, almost as if you were using g++:
http://alfps.wordpress.com/the-no_sillywarnings_please-h-file/
I'm sorry but I have not had the time to find those old discussion threads, so
in the blog I name no names.
But, you know who you are -- thanks!
Cheers,
- Alf
PS: The main idea is to add whatever sillywarnings one encounters; not warnings
that someone might be interested in, but the pure Microsoft sillywarnings. This
header file is now fairly stable but I have not used MSVC 9 much, and MSVC 10
not at all, and so there may be some new warnings that I don't know about. Just
add them (and perhaps post a comment here or at the blog page so that I also can
add them...).
allows you to compile at highest warning level (including when using
<windows.h>) with no irrelevant sillywarnings, almost as if you were using g++:
http://alfps.wordpress.com/the-no_sillywarnings_please-h-file/
I'm sorry but I have not had the time to find those old discussion threads, so
in the blog I name no names.
But, you know who you are -- thanks!
Cheers,
- Alf
PS: The main idea is to add whatever sillywarnings one encounters; not warnings
that someone might be interested in, but the pure Microsoft sillywarnings. This
header file is now fairly stable but I have not used MSVC 9 much, and MSVC 10
not at all, and so there may be some new warnings that I don't know about. Just
add them (and perhaps post a comment here or at the blog page so that I also can
add them...).