compiler warnings
This commit is contained in:
+2
-2
@@ -62,11 +62,11 @@ struct options
|
||||
|
||||
bool logRaw; //!< raw log each received/sent byte on the bus
|
||||
const char* logRawFile; //!< name of raw log file [/var/log/ebusd.log]
|
||||
int logRawSize; //!< maximum size of raw log file in kB [100]
|
||||
unsigned int logRawSize; //!< maximum size of raw log file in kB [100]
|
||||
|
||||
bool dump; //!< binary dump received bytes
|
||||
const char* dumpFile; //!< name of dump file [/tmp/ebusd_dump.bin]
|
||||
int dumpSize; //!< maximum size of dump file in kB [100]
|
||||
unsigned int dumpSize; //!< maximum size of dump file in kB [100]
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user