These are warnings from Google Closure Compiler, which we use to minify
release builds. I don't know how to hide them. Just providing some context
that might help figure it out.

We have a Royale compiler option -js-compiler-option, which may be used to
pass command line options directly to Closure compiler. If it has its own
option to hide a specific warning, that's where you'd add it.

--
Josh Tynjala
Bowler Hat LLC
https://bowlerhat.dev/


On Tue, Apr 7, 2026 at 3:55 AM Hugo Ferreira <[email protected]> wrote:

> Hi,
>
> How to ignore this warnings:
>
> Apr 07, 2026 11:53:18 AM com.google.javascript.jscomp.LoggerErrorManager
> println
> WARNING: /Users/xxxxxx/FrontEnd/bin/js-debug/mx/core/UIComponent.js:4243:
> Originally at:
> /Users/xxxxxx/FrontEnd/bin/js-debug/mx/core/mx/core/UIComponent.as:3867:
> WARNING - Suspicious code. This code lacks side-effects. Is there a bug?
>
> Apr 07, 2026 11:53:18 AM com.google.javascript.jscomp.LoggerErrorManager
> println
> WARNING:
>
> /Users/xxxxxx/FrontEnd/bin/js-debug/pt/solidsoft/gc/accounting/view/BatchInsertSupplierInvoiceView.js:3412:
> WARNING - pt.solidsoft.gc.accounting.controller.SupplierInvoiceController
> defined before its owner. pt.solidsoft.gc.accounting.controller is defined
> at
>
> /Users/xxxxxx/GC/FrontEnd/bin/js-debug/pt/solidsoft/gc/accounting/controller/AccountingConferenceController.js:10
> pt.solidsoft.gc.accounting.controller.SupplierInvoiceController,
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> Apr 07, 2026 11:53:18 AM com.google.javascript.jscomp.LoggerErrorManager
> printSummary
> WARNING: 0 error(s), 2 warning(s), 98.4% typed
> The project 'App' has been successfully compiled and optimized.
> 55.671909 seconds
>  *  Terminal will be reused by tasks, press any key to close it.
>

Reply via email to