mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
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:
@@ -15,6 +15,8 @@ SeerKeySettings::~SeerKeySettings () {
|
||||
SeerKeySettings& SeerKeySettings::operator== (const SeerKeySettings& rhs) {
|
||||
|
||||
_keys = rhs._keys;
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
QStringList SeerKeySettings::keys () const {
|
||||
|
||||
Reference in New Issue
Block a user