From: cristy Date: Mon, 26 Oct 2009 13:18:22 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10453 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e27462f8c3fb42714ab7c14c8f1c78f7a023252b;p=imagemagick --- 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 }