diff options
Diffstat (limited to 'Tests/CMakeCommands/target_compile_features/main.cpp')
-rw-r--r-- | Tests/CMakeCommands/target_compile_features/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeCommands/target_compile_features/main.cpp b/Tests/CMakeCommands/target_compile_features/main.cpp index fe29b04adc..6f5daee0bb 100644 --- a/Tests/CMakeCommands/target_compile_features/main.cpp +++ b/Tests/CMakeCommands/target_compile_features/main.cpp @@ -1,5 +1,5 @@ -int main(int, char **) +int main(int, char**) { auto i = 0; return i; |