ENH: remove warnings in tests
This commit is contained in:
parent
a37157624b
commit
ee9f925509
|
@ -1,4 +1,5 @@
|
|||
void OneFunc();
|
||||
void NoDepZ_func();
|
||||
|
||||
void TwoFunc()
|
||||
{
|
||||
|
|
|
@ -13,7 +13,7 @@ typedef struct
|
|||
static int InitialPass(void *inf, void *mf, int argc, char *argv[])
|
||||
{
|
||||
char* file;
|
||||
char* str;
|
||||
const char* str;
|
||||
char buffer[1024];
|
||||
void *source_file;
|
||||
cmLoadedCommandInfo *info = (cmLoadedCommandInfo *)inf;
|
||||
|
|
|
@ -13,7 +13,7 @@ typedef struct
|
|||
static int InitialPass(void *inf, void *mf, int argc, char *argv[])
|
||||
{
|
||||
char* file;
|
||||
char* str;
|
||||
const char* str;
|
||||
char buffer[1024];
|
||||
void *source_file;
|
||||
cmLoadedCommandInfo *info = (cmLoadedCommandInfo *)inf;
|
||||
|
|
Loading…
Reference in New Issue