qosmngr: consider more warnings as errors and fix discovered issues
Compare changes
+ 4
− 4
@@ -57,20 +57,20 @@ static struct ubus_object test_object = {
@@ -57,20 +57,20 @@ static struct ubus_object test_object = {
This patch series makes compiler consider most warnings as errors, making them more visible. Additionally, most issues reported by compiler are resolved.