make the test main argv const char

This is little stricter than necessary but good for tests
This commit is contained in:
Christian Thaeter 2008-09-09 20:52:36 +02:00
parent 8ca6865c44
commit 6cfa08569c

View file

@ -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); \