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
/
SubProject
/
car.cxx
blob
95de4a327751ac76d847816f8db769e5b882db3e
1
int
main
(
int
ac
,
char
**
av
)
2
{
3
(
void
)
ac
;
4
(
void
)
av
;
5
return
0
;
6
}