From df5a67b872ab99c93cd15019f29c8f0ecbf61e5d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 5 Jul 2017 21:29:31 +0100 Subject: [PATCH] math/strongprime.c: Muffle an irritating style warning from Clang. --- math/strongprime.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.11.0