On Sun, 11 Jan 2009 11:18:50 +0100
"Patrick Mast" <[email protected]> wrote:

> Hello,
> 
> When compiling with MSVC there are many warnings like these:
> cl : Command line warning D9025 : overriding '/O1' with '/Od'
> 
> Can we avoid them?
> Thanks!
> 
> Andi? ;-)

You can always disable a certain warning in MSVC by warning number, eg.

 -wd9025 (meaning "warning 9025 disabled").

But how did you arrive at such warning? /Od means "Optimization Disabled".
Blindly, can yopu delete the /O1 from compiler flags?

--
Andi


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to