Warning level four? Holy sh*...
-
I just (for the heck of it) compiled a project I've been working on for some time on warning 4. I always leave the default of warning 3. My project does produce some warnings because of a few mixes of BOOL and bool types... anyway... so there I am, minding my own business, compiling at level 4, and I get something like 311 warnings. 308 of them were in Microsoft's standard built in header and source files- like fstream! What's up with that?!? Paul
-
I just (for the heck of it) compiled a project I've been working on for some time on warning 4. I always leave the default of warning 3. My project does produce some warnings because of a few mixes of BOOL and bool types... anyway... so there I am, minding my own business, compiling at level 4, and I get something like 311 warnings. 308 of them were in Microsoft's standard built in header and source files- like fstream! What's up with that?!? Paul
Sounds like VC6. hehehe That version of Dinkware's STL port is known to not want to build at warning level 4. Hopefully the version included in VC7 is better. Tim Smith "Programmers are always surrounded by complexity; we can not avoid it... If our basic tool, the language in which we design and code our programs, is also complicated, the language itself becomes part of the problem rather that part of the solution." Hoare - 1980 ACM Turing Award Lecture
-
I just (for the heck of it) compiled a project I've been working on for some time on warning 4. I always leave the default of warning 3. My project does produce some warnings because of a few mixes of BOOL and bool types... anyway... so there I am, minding my own business, compiling at level 4, and I get something like 311 warnings. 308 of them were in Microsoft's standard built in header and source files- like fstream! What's up with that?!? Paul
-
I just (for the heck of it) compiled a project I've been working on for some time on warning 4. I always leave the default of warning 3. My project does produce some warnings because of a few mixes of BOOL and bool types... anyway... so there I am, minding my own business, compiling at level 4, and I get something like 311 warnings. 308 of them were in Microsoft's standard built in header and source files- like fstream! What's up with that?!? Paul
Paul Oss wrote: 308 of them were in Microsoft's standard built in header and source files- like fstream! That's STL for you. :( You can ignore all that cruft safely. --Mike-- Just released - RightClick-Encrypt v1.4 - Adds fast & easy file encryption to Explorer My really out-of-date homepage Sonork-100.19012 Acid_Helm