diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-10-30 22:19:04 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-10-30 22:19:04 +0000 |
| commit | bbc4ac9bdcc87d822fb9e8045ebdf9360827826a (patch) | |
| tree | 0e6384cbbd52e7f9e4e6b9e815ca218719aeec21 | |
| parent | ebd1125140e3b96b89b3f0287c190285daef0eec (diff) | |
| parent | 8af243d5de54f0766ca0d5103586b9c50270b921 (diff) | |
Merge "Use -Werror in external/sqlite/dist"
| -rw-r--r-- | dist/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/Android.bp b/dist/Android.bp index 0fbcc18..7a64c69 100644 --- a/dist/Android.bp +++ b/dist/Android.bp @@ -36,6 +36,10 @@ cc_defaults { "-DSQLITE_OMIT_LOAD_EXTENSION", "-DSQLITE_DEFAULT_FILE_PERMISSIONS=0600", "-DSQLITE_SECURE_DELETE", + "-Wall", + "-Werror", + "-Wno-error=unused-function", + "-Wno-error=unused-parameter", ], target: { |
