Page 1 of 1

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

Posted: Mon Jan 28, 2013 6:08 pm
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.

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

Posted: Mon Feb 11, 2013 11:35 pm
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:

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

Posted: Mon Feb 11, 2013 11:46 pm
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.

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

Posted: Mon Feb 11, 2013 11:47 pm
by luis
:shock:

I'm sorry.

Running to the feature requests forum ...