Advertisement

MSVC compiler reports 1 error but none there

Started by April 19, 2001 06:24 AM
0 comments, last by gimp 23 years, 9 months ago
Anyone ever seen this? When compiling my application from a ''clean'' project I 1 error, but the exe builds anyway. Not much of a problem, but I hate false negatives....(and when something doesn''t work it makes you wonder if that 1 error has somehting to do with it.) I have quite a few warnings but no errors list, though the total often says 1. I''m not running any post build steps... Thnaks chris
Chris Brodie
That can happen if you have a source file or project that contains the word "error" in the filename - MSVC counts errors by counting the number of times the word error appears in the build output. Wierd, isn't it?

Edited by - null_pointer on April 19, 2001 11:07:37 AM

This topic is closed to new replies.

Advertisement