Maximum Warning
The Lounge
2
Posts
2
Posters
0
Views
1
Watching
-
Was compliling some legacy code I'd never touched before, ended up with 0 errors and 2601 warnings when I complied it with Visual Studio 6. Can't believe it's a working product. Can anyone beat that record? Greba
greba wrote: Can't believe it's a working product. To have this many warnings does not necissarily mean that it is poorly coded. I find a lot of code that is multi-platform gets a lot of warnings due to differences in the compiler. Even bool will get you a warning... Templates and dlls can also generate a lot of warnings. John