diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2023-03-28 23:00:00 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-03-28 23:34:18 -0400 |
| commit | 5dc4fcae34ee3a5a3d47021f8ea8b2c5d3b14ea9 (patch) | |
| tree | 296fce680e19e23979f657f6a3db49626b401e95 /test cases/common/117 shared module/meson.build | |
| parent | 81c3c3808e611adeda204891f7f14228fc51efee (diff) | |
| download | meson-5dc4fcae34ee3a5a3d47021f8ea8b2c5d3b14ea9.tar.gz | |
test cases: make various things werror-safe
Allows getting closer to `./run_project_tests.py -- -Dwerror=true`.
- when argc and argv are not *both* used, there's a standard, compliant
mechanism to mark the variable as unused
- generated code should not build as -Werror
- more thoroughly comment out some commented code
Diffstat (limited to 'test cases/common/117 shared module/meson.build')
| -rw-r--r-- | test cases/common/117 shared module/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/common/117 shared module/meson.build b/test cases/common/117 shared module/meson.build index 936c8396f..94d17a716 100644 --- a/test cases/common/117 shared module/meson.build +++ b/test cases/common/117 shared module/meson.build @@ -36,5 +36,6 @@ test('import test 2', e, args : m2) # Shared module that does not export any symbols shared_module('nosyms', 'nosyms.c', + override_options: ['werror=false'], install : true, install_dir : join_paths(get_option('libdir'), 'modules')) |
