diff --git a/Source/Math/ConvolutionEngine.cpp b/Source/Math/ConvolutionEngine.cpp index 75fee1ee2215..7c3e1cab8a83 100644 --- a/Source/Math/ConvolutionEngine.cpp +++ b/Source/Math/ConvolutionEngine.cpp @@ -487,7 +487,7 @@ std::unique_ptr> ConvolutionEngineFactory>(); } - RuntimeError("Not supported convolution engine type: %d.", engType); + RuntimeError("Not supported convolution engine type: %d.", (int)engType); } template class ConvolutionEngineFactory;