From e27462f8c3fb42714ab7c14c8f1c78f7a023252b Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 26 Oct 2009 13:18:22 +0000 Subject: [PATCH] --- magick/thread-private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/magick/thread-private.h b/magick/thread-private.h index 450c17854..bbbde2ed7 100644 --- a/magick/thread-private.h +++ b/magick/thread-private.h @@ -122,6 +122,8 @@ static inline void SetOpenMPNested(const int value) { #if defined(MAGICKCORE_OPENMP_SUPPORT) && (_OPENMP >= 200203) omp_set_nested(value); +#else + (void) value; #endif } -- 2.40.0