510 B8 "Use Warning mode" settings ignored (keeps nagging)

Just starting out? Need help? Post your questions and find answers here.
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

510 B8 "Use Warning mode" settings ignored (keeps nagging)

Post by luis »

510 B5, B6, B7, B8

Show the warning window even with the setting: Compiler options -> Compiler/Run -> Use Warning mode = Ignore Warnings

Example:

Code: Select all

ProcedureDLL test (Array a$(1))
EndProcedure
Same thing happens changing the global option (Preferences -> Debugger).


PS: would be nice to be able to disable warnings only for a code section, like with Disable/EnableDebugger.
"Have you tried turning it off and on again ?"
A little PureBasic review
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: 510 B8 "Use Warning mode" settings ignored (keeps naggi

Post by luis »

as nothing should be change code wise (only some doc are remaining).
So this will remain in the final ? I thought it would be only a case of a missing/wrong IF somewhere ...

If that's the case I'll have to patch the exe to get rid of it :twisted:
Last edited by luis on Mon Feb 11, 2013 11:46 pm, edited 1 time in total.
"Have you tried turning it off and on again ?"
A little PureBasic review
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: 510 B8 "Use Warning mode" settings ignored (keeps naggi

Post by freak »

Its not a bug. This is a compiler warning. They cannot be turned off.

The setting you are talking about is for debugger warnings.
quidquid Latine dictum sit altum videtur
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: 510 B8 "Use Warning mode" settings ignored (keeps naggi

Post by luis »

:shock:

I'm sorry.

Running to the feature requests forum ...
"Have you tried turning it off and on again ?"
A little PureBasic review
Post Reply