mirror of
https://github.com/frida/tinycc
synced 2024-11-24 00:29:38 +03:00
Suppress warnings reported by GCC
We want to keep our TinyCC patch-set minimal.
This commit is contained in:
parent
394ce61f8d
commit
326ebc6f5d
@ -3,8 +3,10 @@ tcc_c_args = [
|
||||
]
|
||||
|
||||
tcc_c_args += cc.get_supported_arguments([
|
||||
'-Wno-format-truncation',
|
||||
'-Wno-pointer-sign',
|
||||
'-Wno-string-plus-int',
|
||||
'-Wno-unused-result',
|
||||
])
|
||||
|
||||
tcc_sources = [
|
||||
|
Loading…
Reference in New Issue
Block a user