pipiche38 <pipiche38@users.noreply.github.com>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
OZW › OZWMAC › #529 | 3 years ago | Testless build | |
OZW › OZWLNX › #983 | 3 years ago |
Fix compilation error in regards to -Werror=restrict
/usr/share/domoticz/open-zwave/cpp/src/command_classes/DoorLockLogging.cpp: In member function virtual bool OpenZWave::DoorLockLogging::HandleMsg(const uint8*, uint32, uint32): /usr/share/domoticz/open-zwave/cpp/src/command_classes/DoorLockLogging.cpp:312:15: error: passing argument 1 to restrict-qualified parameter aliases with argument 4 [-Werror=restrict] snprintf(usercode, sizeof(usercode), "%s %d", usercode, (int)_data[12+i]); ^~~~~~~~ ~~~~~~~~ |
512 passed |
OZW › ODB › #39 | 4 years ago |
Fix compilation error in regards to -Werror=restrict
/usr/share/domoticz/open-zwave/cpp/src/command_classes/DoorLockLogging.cpp: In member function virtual bool OpenZWave::DoorLockLogging::HandleMsg(const uint8*, uint32, uint32): /usr/share/domoticz/open-zwave/cpp/src/command_classes/DoorLockLogging.cpp:312:15: error: passing argument 1 to restrict-qualified parameter aliases with argument 4 [-Werror=restrict] snprintf(usercode, sizeof(usercode), "%s %d", usercode, (int)_data[12+i]); ^~~~~~~~ ~~~~~~~~ |
480 passed |
Build | Completed | Code commits | Tests |
---|---|---|---|
OZW › OZWLNX › #983 | 3 years ago |
Fix compilation error in regards to -Werror=restrict
/usr/share/domoticz/open-zwave/cpp/src/command_classes/DoorLockLogging.cpp: In member function virtual bool OpenZWave::DoorLockLogging::HandleMsg(const uint8*, uint32, uint32): /usr/share/domoticz/open-zwave/cpp/src/command_classes/DoorLockLogging.cpp:312:15: error: passing argument 1 to restrict-qualified parameter aliases with argument 4 [-Werror=restrict] snprintf(usercode, sizeof(usercode), "%s %d", usercode, (int)_data[12+i]); ^~~~~~~~ ~~~~~~~~ |
512 passed |
OZW › ODB › #39 | 4 years ago |
Fix compilation error in regards to -Werror=restrict
/usr/share/domoticz/open-zwave/cpp/src/command_classes/DoorLockLogging.cpp: In member function virtual bool OpenZWave::DoorLockLogging::HandleMsg(const uint8*, uint32, uint32): /usr/share/domoticz/open-zwave/cpp/src/command_classes/DoorLockLogging.cpp:312:15: error: passing argument 1 to restrict-qualified parameter aliases with argument 4 [-Werror=restrict] snprintf(usercode, sizeof(usercode), "%s %d", usercode, (int)_data[12+i]); ^~~~~~~~ ~~~~~~~~ |
480 passed |
Build | Completed | Code commits | Tests |
---|
/usr/share/domoticz/open-zwave/cpp/src/command_classes/DoorLockLogging.cpp: In member function virtual bool OpenZWave::DoorLockLogging::HandleMsg(const uint8*, uint32, uint32):
/usr/share/domoticz/open-zwave/cpp/src/command_classes/DoorLockLogging.cpp:312:15: error: passing argument 1 to restrict-qualified parameter aliases with argument 4 [-Werror=restrict]
snprintf(usercode, sizeof(usercode), "%s %d", usercode, (int)_data[12+i]);
^~~~~~~~ ~~~~~~~~