Build: Added -Wall,extra,-pedantic, fixed warnings and peeves.

This commit is contained in:
2025-01-10 18:27:10 -04:00
parent ce2d47e6b9
commit 876526364b
10 changed files with 38 additions and 23 deletions
+2 -2
View File
@@ -40,9 +40,9 @@ public:
}
std::string readDeviceFile(const std::string& filename);
void collateAllDeviceSpecs(const OptionParser& options);
void collateAllDeviceSpecs(void);
void parseAllDeviceSpecs(void);
static const std::string printDeviceSpecs();
static const std::string stringifyDeviceSpecs(void);
private:
DeviceManager() = default;