Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: third_party/icu38/SConscript

Issue 2418: Unignore most warnings on POSIX in build/SConscript.main. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/SConscript ('k') | webkit/glue/event_conversion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/icu38/SConscript
===================================================================
--- third_party/icu38/SConscript (revision 2100)
+++ third_party/icu38/SConscript (working copy)
@@ -67,6 +67,9 @@
env.Append(
CCFLAGS = [
'-Wno-parentheses',
+
+ # see uprv_UnicodeStringDummy at end of source/common/unistr.cpp
+ '-Wno-unused-function'
]
)
« no previous file with comments | « skia/SConscript ('k') | webkit/glue/event_conversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698