IMO, it is a bug in GCC. We use @export to keep the minified from renaming some properties and GCC then sees any use of that property name as a problem. So, if we want an “html” property on Label, then goog’s goog.html package starts coughing up warnings.
I plan to suppress those warnings somehow before the next release. -Alex On 5/14/15, 3:04 PM, "Michael Schmalle" <teotigraphix...@gmail.com> wrote: >I have to ask since I am ignorant to the closure compiler. > >What are all the warnings about in a simple app? > >Mike