Fixed build warnings

This commit is contained in:
zjeffer
2023-07-01 10:05:41 +02:00
parent 4116490535
commit 25c2aaabcb
2 changed files with 6 additions and 6 deletions

View File

@ -91,10 +91,11 @@ waybar::modules::Network::Network(const std::string &id, const Json::Value &conf
cidr_(0),
signal_strength_dbm_(0),
signal_strength_(0),
frequency_(0.0),
#ifdef WANT_RFKILL
rfkill_{RFKILL_TYPE_WLAN},
rfkill_{RFKILL_TYPE_WLAN}
#endif
frequency_(0.0) {
{
// Start with some "text" in the module's label_. update() will then
// update it. Since the text should be different, update() will be able