]> git.meshlink.io Git - meshlink/blobdiff - test/basicpp.cpp
Fix all compiler warnings found using -Wall -W -pedantic.
[meshlink] / test / basicpp.cpp
index ed2815a1ce3a4857b79b9d9ffd8c4d2eb5dbb90d..4d126cf58dde2e2af42c0beb02317b375e3e8caf 100644 (file)
@@ -7,7 +7,7 @@
 
 using namespace std;
 
-int main(int argc, char *argv[]) {
+int main() {
        // Open a new meshlink instance.
 
        meshlink::mesh mesh;