---------- Forwarded message ----------
From:
Derek Thurn <dth...@gmail.com>Date: Tue, Oct 26, 2010 at 5:03 PM
Subject: [closure-compiler-discuss] Suppress warnings for optional arguments being at the end?
To: Closure Compiler Discuss <
closure-comp...@googlegroups.com>
Hi,
Google's soyutils.js file for Closure Templates generates warnings
when compiled with the Closure Compiler because it has optional
arguments which are not the last argument to a function (a va_args
variable follows them). Is there an argument to @suppress which will
prevent these warnings from being generated?