make the test main argv const char
This is little stricter than necessary but good for tests
This commit is contained in:
parent
8ca6865c44
commit
6cfa08569c
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ LUMIERA_ERROR_DEFINE (TEST, "test error");
|
|||
|
||||
#define TESTS_BEGIN \
|
||||
int \
|
||||
main (int argc, char** argv) \
|
||||
main (int argc, const char** argv) \
|
||||
{ \
|
||||
NOBUG_INIT; \
|
||||
NOBUG_INIT_FLAG (tests); \
|
||||
|
|
|
|||
Loading…
Reference in a new issue