We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1760f4a commit f5e5a79Copy full SHA for f5e5a79
ros2pkg/ros2pkg/resource/cpp/main.cpp.em
@@ -1,10 +1,6 @@
1
#include <cstdio>
2
3
-int main(int argc, char ** argv)
+int main([[maybe_unused]] int argc, [[maybe_unused]] char ** argv)
4
{
5
- (void) argc;
6
- (void) argv;
7
-
8
printf("hello world @(package_name) package\n");
9
- return 0;
10
}
0 commit comments