This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: meson.build: add -Wno-psabi to suppress arm ABI warning
Author:  Hans Verkuil <hverk...@xs4all.nl>
Date:    Sat Apr 12 12:21:59 2025 +0200

Suppress gcc arm ABI incompatibility warnings:

In file included from /usr/include/c++/14/map:62,
                 from ../utils/v4l2-ctl/v4l2-ctl-common.cpp:5:
/usr/include/c++/14/bits/stl_tree.h: In function ‘std::_Rb_tree<_Key, _Val, 
_KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, 
_Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with 
_Args = {const std::piecewise_construct_t&, std::tuple<const long long unsigned 
int&>, std::tuple<>}; _Key = long long unsigned int; _Val = std::pair<const 
long long unsigned int, std::__cxx11::basic_string<char> >; _KeyOfValue = 
std::_Select1st<std::pair<const long long unsigned int, 
std::__cxx11::basic_string<char> > >; _Compare = std::less<long long unsigned 
int>; _Alloc = std::allocator<std::pair<const long long unsigned int, 
std::__cxx11::basic_string<char> > >]’:
/usr/include/c++/14/bits/stl_tree.h:2456:7: note: parameter passing for 
argument of type ‘std::_Rb_tree<long long unsigned int, std::pair<const long 
long unsigned int, std::__cxx11::basic_string<char> >, 
std::_Select1st<std::pair<const long long unsigned int, 
std::__cxx11::basic_string<char> > >, std::less<long long unsigned int>, 
std::allocator<std::pair<const long long unsigned int, 
std::__cxx11::basic_string<char> > > >::const_iterator’ changed in GCC 7.1

Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>

 meson.build | 1 +
 1 file changed, 1 insertion(+)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=16caac920a0ffa043de2b49211973d5a7682ea14
diff --git a/meson.build b/meson.build
index cd74cc8adee1..df28e61d7d28 100644
--- a/meson.build
+++ b/meson.build
@@ -42,6 +42,7 @@ conf.set('PATCH', as_patch_version)
 
 common_arguments = [
     '-Wpointer-arith',
+    '-Wno-psabi',
     '-D_GNU_SOURCE',
     '-DPROMOTED_MODE_T=int',
     '-DENABLE_NLS',

Reply via email to