From d6138db85ae0f95f7fce99ba04a7b06c4779b953 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 19 Dec 2016 16:28:26 +0300 Subject: Fix compilation with cilk plus on gcc 6+. --- src/actions/actions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/actions') diff --git a/src/actions/actions.h b/src/actions/actions.h index 51c461953..85e2bde5a 100644 --- a/src/actions/actions.h +++ b/src/actions/actions.h @@ -81,9 +81,9 @@ namespace Actions decHandler(serverIgnoreAll); decHandler(serverUnIgnoreAll); decHandler(error) -#ifndef ENABLE_CILKPLUS +#ifndef BAD_CILKPLUS __attribute__ ((noreturn)) -#endif // ENABLE_CILKPLUS +#endif // BAD_CILKPLUS ; decHandler(dumpGraphics); decHandler(dumpEnvironment); -- cgit v1.2.3-60-g2f50