Four Js Development Tools Forum

Discussions by product => Genero Studio => Topic started by: Graham H. on June 22, 2009, 12:44:33 pm



Title: Feature request
Post by: Graham H. on June 22, 2009, 12:44:33 pm
Since installing Studio 2.12 I am overwhelmed by specious messages regarding SQL with specific SQL syntax.
The warnings were not missed in previous versions, so at the very least could we have an option to turn them off.


Title: Re: Feature request
Post by: Romain W. on June 23, 2009, 10:42:52 am
Hi,

This feature has already been requested and is already filed as an enhancement request in our database: #12557 (New option to turn off Code Editor warnings).
Regards,
Romain W.


Title: Re: Feature request
Post by: Graham H. on June 23, 2009, 10:48:13 am
Actaully the warnings about unused variables I find very useful, it's the ones about specific SQL which are unhelpful


Title: Re: Feature request
Post by: Sebastien F. on June 23, 2009, 11:45:00 am
Hi,

You can turn off SQL warnings with the negative form of -W options, by adding the "no-" prefix:

fglcomp -Wall -Wno-stdsql customers.4gl

For more details:

https://4js.com/techdocs/genero/fgl/devel/DocRoot/User/Tools.html#TL_FGLCOMP

Seb