mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
CI: Add warnings & error on warnings
This commit is contained in:
committed by
Kyle Schwarz
parent
52e98af9fd
commit
2209e348a3
@@ -212,7 +212,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
static const uint8_t tdmModeToChannelNum(TDMMode mode) {
|
||||
static uint8_t tdmModeToChannelNum(TDMMode mode) {
|
||||
|
||||
switch(mode) {
|
||||
case TDMMode::TDM2:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user