You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
744 B
22 lines
744 B
Index: meson.build |
|
--- meson.build.orig 2021-04-29 14:16:01.000000000 +0200 |
|
+++ meson.build 2021-06-02 00:24:09.093972000 +0200 |
|
@@ -88,18 +88,6 @@ |
|
deps += [ lib_rt ] |
|
cdata.set('HAVE_CLOCK_GETTIME', 1) |
|
endif |
|
- add_project_arguments(['-Wshadow', '-pedantic-errors'], language: 'c') |
|
- add_project_arguments(cc.get_supported_arguments([ |
|
- '-Wundef', |
|
- '-Werror=vla', |
|
- '-Wno-maybe-uninitialized', |
|
- '-Wno-missing-field-initializers', |
|
- '-Wno-unused-parameter', |
|
- '-Wshorten-64-to-32', |
|
- '-Wunused-parameter', |
|
- '-Wmaybe-uninitialized', |
|
- '-Wno-error=deprecated-declarations' |
|
- ]), language : 'c') |
|
threads = [ dependency('threads') ] |
|
if host_machine.system() != 'freebsd' |
|
add_project_arguments(cc.get_supported_arguments([
|
|
|