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

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Feb 24 23:04:36 CET 2025


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



More information about the libcamera-devel mailing list