mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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',
|
||||
]
|
||||
|
||||
# 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
|
||||
if cc.has_multi_arguments(arg)
|
||||
global_c_args += arg
|
||||
|
||||
Reference in New Issue
Block a user