This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/Kitware/CMake.git
synced
2026-02-15 19:50:31 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
56f333ef2fc416772f08ce9fc77cd17be620755f
CMake
/
Modules
/
CheckIPOSupported
/
main.c
Sean McBride
81022213f6
Modules: Fix clang -Wstrict-prototypes warnings
2023-10-26 09:20:45 -04:00
7 lines
47 B
C
Raw
Blame
History
int
foo
(
)
;
int
main
(
void
)
{
return
foo
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink