CI: Add warnings & error on warnings

This commit is contained in:
Jonathan Schwartz
2025-03-28 17:35:26 +00:00
committed by Kyle Schwarz
parent 52e98af9fd
commit 2209e348a3
12 changed files with 93 additions and 92 deletions
@@ -212,7 +212,7 @@ public:
}
}
static const uint8_t tdmModeToChannelNum(TDMMode mode) {
static uint8_t tdmModeToChannelNum(TDMMode mode) {
switch(mode) {
case TDMMode::TDM2:
+1 -1
View File
@@ -43,7 +43,7 @@ extern void DLLExport icsneo_findAllDevices(neodevice_t* devices, size_t* count)
*
* See icsneo_findAllDevices() for information regarding the neodevice_t validity contract.
*/
extern void DLLExport icsneo_freeUnconnectedDevices();
extern void DLLExport icsneo_freeUnconnectedDevices(void);
/**
* \brief Convert a serial number in numerical format to its string representation.