clang-tidy: add Chrome-inspired checks
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / userspace-probe-elf-cxx-binary.cpp
index 18091e22d0244692899afb99d9e4405fe2db42c1..e135416367da19b2dfcf5ad07fb15ced1718153d 100644 (file)
@@ -15,7 +15,7 @@ void test_cxx_function()
        not_a_function += 1;
 }
 
-int main(void)
+int main()
 {
        test_class my_test_class;
        /* Call test function. */
This page took 0.023203 seconds and 4 git commands to generate.