From cb30cee7a065a074394347f112451decc4847674 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 17 Jan 2020 20:25:44 +0200 Subject: Fix various gcc and clazy compile warnings --- src/crashhandler.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/crashhandler.h') diff --git a/src/crashhandler.h b/src/crashhandler.h index ac1bf12..73b1768 100644 --- a/src/crashhandler.h +++ b/src/crashhandler.h @@ -24,13 +24,7 @@ struct Context { } }; -bool install_handler(Context &ctx) -#ifndef HAVE_BREAKPAD -{ - return false; -} -#endif -; +bool install_handler(Context &ctx); } #endif // SMOLBOTE_CRASHHANDLER_H -- cgit v1.2.1