projects
/
platform
/
core
/
security
/
tef-optee_os.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
776d2cb
)
Disable clang specific warnings
author
Nikolai Merinov
<n.merinov@samsung.com>
Wed, 13 Feb 2019 07:11:43 +0000
(10:11 +0300)
committer
Nikolai Merinov
<n.merinov@samsung.com>
Wed, 13 Feb 2019 10:01:41 +0000
(13:01 +0300)
mk/compile.mk
patch
|
blob
|
history
diff --git
a/mk/compile.mk
b/mk/compile.mk
index d4fb632f1433b4d496fdca93477693795ca5e9e0..002d1c129fc3047c25838adaed3a8e17ff3cd590 100644
(file)
--- a/
mk/compile.mk
+++ b/
mk/compile.mk
@@
-34,7
+34,8
@@
comp-cflags-warns-high = \
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wshadow -Wstrict-prototypes -Wswitch-default \
-Wwrite-strings \
- -Wno-missing-field-initializers -Wno-format-zero-length
+ -Wno-missing-field-initializers -Wno-format-zero-length \
+ -Wno-language-extension-token -Wno-gnu-zero-variadic-macro-arguments -Wno-missing-noreturn -Wno-tautological-compare
comp-cflags-warns-medium = \
-Waggregate-return -Wredundant-decls
comp-cflags-warns-low = \