Date: Wednesday, April 10, 2013 @ 13:05:19 Author: foutrelis Revision: 182411
Reword comment about -Wno-unused-local-typedefs. Modified: chromium/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-10 07:43:35 UTC (rev 182410) +++ PKGBUILD 2013-04-10 11:05:19 UTC (rev 182411) @@ -84,7 +84,7 @@ # CFLAGS are passed through release_extra_cflags below export -n CFLAGS CXXFLAGS - # Silence "locally defined but not used" warnings in Chromium and WebKit + # Silence "typedef 'x' locally defined but not used" warnings CFLAGS+=' -Wno-unused-local-typedefs' build/gyp_chromium --depth=. \
