summaryrefslogtreecommitdiff
path: root/examples/hello_world/hello_world_service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_world/hello_world_service.cpp')
-rw-r--r--examples/hello_world/hello_world_service.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/hello_world/hello_world_service.cpp b/examples/hello_world/hello_world_service.cpp
index ce07721..3968581 100644
--- a/examples/hello_world/hello_world_service.cpp
+++ b/examples/hello_world/hello_world_service.cpp
@@ -140,6 +140,9 @@ hello_world_service *hw_srv_ptr(nullptr);
int main(int argc, char **argv)
{
+ (void)argc;
+ (void)argv;
+
hello_world_service hw_srv;
#ifndef VSOMEIP_ENABLE_SIGNAL_HANDLING
hw_srv_ptr = &hw_srv;