Wnon-virtual-dtor: Fixed all virtual functions w/o virtual destructor
This commit addresses all warnings emitted from -Wnon-virtual-dtor in the C++ src. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@@ -78,7 +78,7 @@ namespace upm {
|
||||
/**
|
||||
* GroveLEDBar destructor
|
||||
*/
|
||||
~GroveLEDBar();
|
||||
virtual ~GroveLEDBar();
|
||||
|
||||
/**
|
||||
* Sets the bar level
|
||||
|
||||
Reference in New Issue
Block a user