From f3cde9060c57320c9ed7a9b4bcb494bd411fb1f4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 15 Jul 2017 01:04:14 +0200 Subject: Fix warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/blind-cross-product.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/blind-cross-product.c') diff --git a/src/blind-cross-product.c b/src/blind-cross-product.c index b520719..ca5fcdf 100644 --- a/src/blind-cross-product.c +++ b/src/blind-cross-product.c @@ -3,11 +3,6 @@ USAGE("right-hand-stream") -#if defined(__GNUC__) && !defined(__clang__) -# pragma GCC diagnostic push -# pragma GCC diagnostic ignored "-Wunsafe-loop-optimizations" -#endif - #define PROCESS(TYPE, SUFFIX)\ static void\ process_##SUFFIX(struct stream *left, struct stream *right, size_t n)\ @@ -33,10 +28,6 @@ USAGE("right-hand-stream") PROCESS(double, lf) PROCESS(float, f) -#if defined(__GNUC__) && !defined(__clang__) -# pragma GCC diagnostic pop -#endif - int main(int argc, char *argv[]) { -- cgit v1.2.3-70-g09d2