mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
build: remove unnecessary warning ignore
This shouldn't be needed anymore.
This commit is contained in:
@ -177,13 +177,6 @@ test_c_args = [
|
|||||||
'-Werror=undef',
|
'-Werror=undef',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Until GLib is fixed with regards to volatile type registration
|
|
||||||
if cc.get_id() == 'clang'
|
|
||||||
test_c_args += ['-Wno-incompatible-pointer-types']
|
|
||||||
else
|
|
||||||
test_c_args += ['-Werror=incompatible-pointer-types']
|
|
||||||
endif
|
|
||||||
|
|
||||||
foreach arg: test_c_args
|
foreach arg: test_c_args
|
||||||
if cc.has_multi_arguments(arg)
|
if cc.has_multi_arguments(arg)
|
||||||
global_c_args += arg
|
global_c_args += arg
|
||||||
|
|||||||
Reference in New Issue
Block a user