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