Fix all compiler warnings.

Added -Wall to compile flags in cmake. It reported a handfull
of compiling warnings.  Now fixed.
This commit is contained in:
Ernie Pasveer
2022-04-02 13:41:17 -05:00
parent f7dca36a6c
commit 74234f3d50
6 changed files with 22 additions and 17 deletions
+2
View File
@@ -15,6 +15,8 @@ SeerKeySettings::~SeerKeySettings () {
SeerKeySettings& SeerKeySettings::operator== (const SeerKeySettings& rhs) {
_keys = rhs._keys;
return *this;
}
QStringList SeerKeySettings::keys () const {