From: Mark Wooding Date: Wed, 5 Jul 2017 20:29:31 +0000 (+0100) Subject: math/strongprime.c: Muffle an irritating style warning from Clang. X-Git-Tag: 2.4.2~45 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/df5a67b872ab99c93cd15019f29c8f0ecbf61e5d math/strongprime.c: Muffle an irritating style warning from Clang. --- diff --git a/math/strongprime.c b/math/strongprime.c index a12c0d0a..4ea62537 100644 --- a/math/strongprime.c +++ b/math/strongprime.c @@ -28,6 +28,7 @@ /*----- Header files ------------------------------------------------------*/ #include +#include #include "grand.h" #include "mp.h" @@ -39,6 +40,9 @@ /*----- Main code ---------------------------------------------------------*/ +/* Oh, just shut up. */ +CLANG_WARNING("-Wempty-body") + /* --- @strongprime_setup@ --- * * * Arguments: @const char *name@ = pointer to name root