Re: Succeeded?
Re: Succeeded?
- Subject: Re: Succeeded?
- From: Mason Mark <email@hidden>
- Date: Sun, 23 Dec 2001 10:18:51 -0800
Files which have not changed generally are not compiled again the next
time you build. Therefore, those files do not generate any warnings on
successive builds.
After you clean your project, you will see all the warnings the compiler
finds. If you then edit two files, and rebuild, you will only see the
warnings which apply to those two changed (and therefore recompiled)
files.
--
Mason
On Sunday, December 23, 2001, at 06:49 AM, email@hidden wrote:
If I "clean" my project, build and get several "warnings," then build
again, is it normal to then get "Build Succeeded"? If so, why?