From 277ccbd200ea43590dfc06a93ae184a765327ad0 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 3 Nov 2014 21:36:10 -0800 Subject: ART: More warnings Enable -Wno-conversion-null, -Wredundant-decls and -Wshadow in general, and -Wunused-but-set-parameter for GCC builds. Change-Id: I81bbdd762213444673c65d85edae594a523836e5 --- runtime/native/java_lang_String.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/native/java_lang_String.cc') diff --git a/runtime/native/java_lang_String.cc b/runtime/native/java_lang_String.cc index d6b47ebc87..4ea2546e30 100644 --- a/runtime/native/java_lang_String.cc +++ b/runtime/native/java_lang_String.cc @@ -14,6 +14,8 @@ * limitations under the License. */ +#include "java_lang_String.h" + #include "common_throws.h" #include "jni_internal.h" #include "mirror/string-inl.h" -- cgit v1.2.3-59-g8ed1b