repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BUG: remove warning in test of compiler so -Werror does not fail
[cmake.git]
/
Tests
/
FunctionTest
/
functionTest.c
blob
e0ced6afd16eabef085951c4af14f9743859b19d
1
#include <stdio.h>
2
3
int
main
(
int
argc
,
char
*
argv
[])
4
{
5
printf
(
"Running command: %s with %d arguments
\n
"
,
argv
[
0
],
argc
);
6
return
0
;
7
}