FireWireDVNode.cpp: fix gcc6 build
* fix gcc6 '-Werror=literal-suffix' warning. Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
committed by
Augustin Cavalier
parent
f543eb4147
commit
1991604444
@@ -38,7 +38,7 @@
|
||||
|
||||
#define REVISION "unknown"
|
||||
#define VERSION "1.0"
|
||||
#define BUILD __DATE__ " "__TIME__
|
||||
#define BUILD __DATE__ " " __TIME__
|
||||
|
||||
// debugging
|
||||
#ifdef TRACE
|
||||
|
||||
Reference in New Issue
Block a user