[0/2] libcamera: Fix -Wnon-virtual-dtor warning
mbox series

Message ID 20250224220438.21512-1-laurent.pinchart@ideasonboard.com
Headers show
Series
  • libcamera: Fix -Wnon-virtual-dtor warning
Related show

Message

Laurent Pinchart Feb. 24, 2025, 10:04 p.m. UTC
Hello,

This small patch series fixes an issue reported by Milan, breaking
compilation when -Wnon-virtual-dtor is enabled. Patch 1/2 fixes the
problem, and patch 2/2 enables the warning to catch future issues before
they get integrated in libcamera.

Laurent Pinchart (2):
  libipa: awb: Fix non-virtual destructor warning in AwbStats
  meson: Enable the -Wnon-virtual-dtor compiler option

 meson.build                       | 4 +++-
 src/ipa/libipa/awb.h              | 3 +++
 src/ipa/rkisp1/algorithms/awb.cpp | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)


base-commit: d4545edb38e2e58d4231fe83f61d766ca2b730fc
--
Regards,

Laurent Pinchart