summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2026-06-08 23:57:10 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-09 07:26:32 -0700
commitef7e88659f6223009fc21177f34afa4609a040ec (patch)
treeeecd8445577a12683eda2bc48bc865f863d4aa62 /meta-python
parent862925e6289eaa555c5a98dc74472c110b24cc39 (diff)
downloadmeta-openembedded-ef7e88659f6223009fc21177f34afa4609a040ec.tar.gz
xfce4-sensors-plugin: Fix aggregate init failure with gcc16
Fixes: ../../../sources/xfce4-sensors-plugin-1.5.0/xfce4++/util/gtk.cc:25:37: error: no matching function for call to 'xfce4::PluginSize::PluginSize(<brace-enclosed initializer list>)' 25 | const PluginSize RECTANGLE{true}, SQUARE{false}; | ^ • there are 2 candidates In file included from ../../../sources/xfce4-sensors-plugin-1.5.0/xfce4++/util/gtk.cc:21: • candidate 1: 'constexpr xfce4::PluginSize::PluginSize(const xfce4::PluginSize&)' ../../../sources/xfce4-sensors-plugin-1.5.0/xfce4++/util/gtk.h:64:8: 64 | struct PluginSize { | ^~~~~~~~~~ • no known conversion for argument 1 from 'bool' to 'const xfce4::PluginSize&' • candidate 2: 'constexpr xfce4::PluginSize::PluginSize(xfce4::PluginSize&&)' • no known conversion for argument 1 from 'bool' to 'xfce4::PluginSize&&' Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python')
0 files changed, 0 insertions, 0 deletions