diff Framework/Fonts/GlyphTextureAlphabet.cpp @ 1242:b9b5d4378874 broker

working of WebAssemblyOracle
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jan 2020 18:08:05 +0100
parents 769249e1f3b4
children 0ca50d275b9a
line wrap: on
line diff
--- a/Framework/Fonts/GlyphTextureAlphabet.cpp	Mon Dec 30 10:54:26 2019 +0100
+++ b/Framework/Fonts/GlyphTextureAlphabet.cpp	Mon Jan 06 18:08:05 2020 +0100
@@ -28,7 +28,7 @@
 #include <Core/Images/ImageProcessing.h>
 #include <Core/OrthancException.h>
 
-#ifdef __EMSCRIPTEN__
+#if defined(__EMSCRIPTEN__)
 /* 
 Avoid this error:
 .../boost/math/special_functions/round.hpp:86:12: warning: implicit conversion from 'std::__2::numeric_limits<int>::type' (aka 'int') to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]