1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/client/main.cpp
Michael Thorpe 33bfaf7ecd
Enable -Wextra
test criteria:
- test build on macOS
- test build in debian docker container
- test build in fedora docker container
2018-11-07 15:31:13 +00:00

7 lines
98 B
C++

int
main(__attribute__((unused)) int argc, __attribute__((unused)) char* argv[])
{
return 0;
}