qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] meson.build: Use -Wno-undef only for SDL2 versions that n


From: Paolo Bonzini
Subject: Re: [PATCH v2] meson.build: Use -Wno-undef only for SDL2 versions that need it
Date: Mon, 5 Jun 2023 11:48:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 6/5/23 11:05, Paolo Bonzini wrote:

On 05/06/2023 10.27, Paolo Bonzini wrote:
Queued, thanks.

Please unqueue it again, I'm still seeing some issues with the patch (not sure why yet):

https://gitlab.com/thuth/qemu/-/jobs/4411089009

Yeah, noticed that myself now. 😄

I think all you need is:

diff --git a/meson.build b/meson.build
index 025523f2065..3ec35c96fea 100644
--- a/meson.build
+++ b/meson.build
@@ -1345,7 +1345,7 @@ if sdl.found()
                      #include <SDL.h>
                      #include <SDL_syswm.h>
                      int main(int argc, char *argv[]) { return 0; }
-                     ''', dependencies: sdl, args: '-Wundef')
+                     ''', dependencies: sdl, args: ['-Wundef', '-Werror'])
     sdl = declare_dependency(compile_args: '-Wno-undef',
                              dependencies: sdl,
                              version: sdl.version())

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]