Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
ubuntu-touch-xiaomi-violet
android_kernel_xiaomi_violet
Commits
58ee86d2
Commit
58ee86d2
authored
Jan 24, 2021
by
Alberto Mardegan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: remove -Werror from a couple of submodules
These cause the compilation to fail under clang 10.
parent
8c2bf415
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
drivers/staging/qcacld-3.0/Kbuild
drivers/staging/qcacld-3.0/Kbuild
+0
-1
techpack/audio/dsp/Kbuild
techpack/audio/dsp/Kbuild
+0
-1
No files found.
drivers/staging/qcacld-3.0/Kbuild
View file @
58ee86d2
...
...
@@ -1562,7 +1562,6 @@ ccflags-y += $(INCS)
cppflags-y += -DANI_OS_TYPE_ANDROID=6 \
-Wall\
-Werror\
-D__linux__
cppflags-$(CONFIG_PTT_SOCK_SVC_ENABLE) += -DPTT_SOCK_SVC_ENABLE
...
...
techpack/audio/dsp/Kbuild
View file @
58ee86d2
...
...
@@ -155,7 +155,6 @@ CDEFINES += -DANI_LITTLE_BYTE_ENDIAN \
-DANI_OS_TYPE_ANDROID=6 \
-DPTT_SOCK_SVC_ENABLE \
-Wall\
-Werror\
-D__linux__
KBUILD_CPPFLAGS += $(CDEFINES)
...
...
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