mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Resolve macOS compile warnings
This commit is contained in:
@@ -15,7 +15,7 @@ namespace icsneo {
|
||||
|
||||
class Device {
|
||||
public:
|
||||
static constexpr char* SERIAL_FIND_ON_OPEN = "xxxxxx";
|
||||
static constexpr const char* SERIAL_FIND_ON_OPEN = "xxxxxx";
|
||||
|
||||
Device(neodevice_t neodevice = {}) {
|
||||
data = neodevice;
|
||||
|
||||
Reference in New Issue
Block a user