Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
ae75ff85
Commit
ae75ff85
authored
7 years ago
by
Chih-hung Hsieh
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Use -Werror in packages/inputmethods/LatinIME/native/jni" am:
a3addf11
am:
f8865464
am:
d04a2c6e
Change-Id: Id718f12529fba122c4dcef1403e9284c5ba576a8
parents
bd08799b
d04a2c6e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
native/jni/HostUnitTests.mk
+1
-0
1 addition, 0 deletions
native/jni/HostUnitTests.mk
with
1 addition
and
0 deletions
native/jni/HostUnitTests.mk
+
1
−
0
View file @
ae75ff85
...
@@ -42,6 +42,7 @@ include $(CLEAR_VARS)
...
@@ -42,6 +42,7 @@ include $(CLEAR_VARS)
LATIN_IME_TEST_SRC_DIR
:=
tests
LATIN_IME_TEST_SRC_DIR
:=
tests
LOCAL_ADDRESS_SANITIZER
:=
true
LOCAL_ADDRESS_SANITIZER
:=
true
LOCAL_CFLAGS
+=
-Wno-unused-parameter
-Wno-unused-function
LOCAL_CFLAGS
+=
-Wno-unused-parameter
-Wno-unused-function
LOCAL_CFLAGS
+=
-Wall
-Werror
LOCAL_CXX_STL
:=
libc++
LOCAL_CXX_STL
:=
libc++
LOCAL_C_INCLUDES
+=
$(
LOCAL_PATH
)
/
$(
LATIN_IME_SRC_DIR
)
LOCAL_C_INCLUDES
+=
$(
LOCAL_PATH
)
/
$(
LATIN_IME_SRC_DIR
)
LOCAL_MODULE
:=
liblatinime_host_unittests
LOCAL_MODULE
:=
liblatinime_host_unittests
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment