aboutsummaryrefslogtreecommitdiffstats
path: root/src/SignalHandlers.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/SignalHandlers.cxx')
-rw-r--r--src/SignalHandlers.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SignalHandlers.cxx b/src/SignalHandlers.cxx
index d438eb703..d671dc408 100644
--- a/src/SignalHandlers.cxx
+++ b/src/SignalHandlers.cxx
@@ -34,12 +34,12 @@
#include <errno.h>
#include <string.h>
-static void exit_signal_handler(G_GNUC_UNUSED int signum)
+static void exit_signal_handler(gcc_unused int signum)
{
GlobalEvents::Emit(GlobalEvents::SHUTDOWN);
}
-static void reload_signal_handler(G_GNUC_UNUSED int signum)
+static void reload_signal_handler(gcc_unused int signum)
{
GlobalEvents::Emit(GlobalEvents::RELOAD);
}