Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
system_security
Commits
19a1dcea
Commit
19a1dcea
authored
9 years ago
by
Gaurav Shah
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Download
Plain Diff
Merge "Add -Wno-unused-parameter when using libchrome."
parents
e943c2f6
1c954299
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
keystore/Android.mk
keystore/Android.mk
+1
-1
No files found.
keystore/Android.mk
View file @
19a1dcea
...
...
@@ -63,7 +63,7 @@ include $(CLEAR_VARS)
ifeq
($(USE_32_BIT_KEYSTORE), true)
LOCAL_MULTILIB
:=
32
endif
LOCAL_CFLAGS
:=
-Wall
-Wextra
-Werror
LOCAL_CFLAGS
:=
-Wall
-Wextra
-Werror
-Wno-unused-parameter
LOCAL_SRC_FILES
:=
keystore_cli_v2.cpp
LOCAL_SHARED_LIBRARIES
:=
\
libchrome
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment