Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
ee9f9255
Commit
ee9f9255
authored
May 02, 2004
by
Bill Hoffman
Browse files
ENH: remove warnings in tests
parent
a3715762
Changes
3
Hide whitespace changes
Inline
Side-by-side
Tests/LinkLineOrder/Two.c
View file @
ee9f9255
void
OneFunc
();
void
NoDepZ_func
();
void
TwoFunc
()
{
...
...
Tests/LoadCommand/CMakeCommands/cmTestCommand.c
View file @
ee9f9255
...
...
@@ -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
;
...
...
Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c
View file @
ee9f9255
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment