]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - test-suite/syntheticoperators.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / test-suite / syntheticoperators.cc
index 131009a72391d49ee33ff15f0d7121f274f64df1..091f58c13e9ab62cd4193cda42fc8355e912d112 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -151,10 +151,10 @@ CheckSyntheticWorks()
 }
 
 int
-main(int argc, char **argv)
+main(int, char *[])
 {
     CheckHasExplicitWorks();
     CheckSyntheticWorks();
-    return 0;
+    return EXIT_SUCCESS;
 }