]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 26 Oct 2009 13:18:22 +0000 (13:18 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 26 Oct 2009 13:18:22 +0000 (13:18 +0000)
magick/thread-private.h

index 450c1785442d5e21c6e884afa344792398ef4643..bbbde2ed7ad593c8b5339a29f3caaa574a47a80a 100644 (file)
@@ -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
 }