math/strongprime.c: Muffle an irritating style warning from Clang.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 5 Jul 2017 20:29:31 +0000 (21:29 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 5 Jul 2017 20:29:31 +0000 (21:29 +0100)
math/strongprime.c

index a12c0d0..4ea6253 100644 (file)
@@ -28,6 +28,7 @@
 /*----- Header files ------------------------------------------------------*/
 
 #include <mLib/dstr.h>
+#include <mLib/macros.h>
 
 #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