1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00
Stefan Metzmacher 8dfd1daf30 r1905: add -Werror-implicit-function-declaration with --enable-developer
metze
(This used to be commit 11495a42b97b62b1f54cfb98909e937d370fdd4a)
2007-10-10 12:58:10 -05:00

8 lines
39 B
C

void exit(int);
main()
{
exit(0);
}