citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 8b3f96b656179791a96d45b9f3142fb03aa71135
parent a4a265e04e561bc18dcf8e40c0be05ef1788d7d7
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Fri,  6 Jan 2017 19:12:03 -0800

configure: define _HAS_EXCEPTIONS=0 to silence cl warning

Diffstat:
Mconfigure.bat | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.bat b/configure.bat @@ -52,7 +52,8 @@ IF %ERRORLEVEL% NEQ 0 ( DEL Jamrules 2>nul ->> Jamrules ECHO C++FLAGS = ; +:: Silence warning about exceptions being disabled from xlocale. +>> Jamrules ECHO C++FLAGS = /D_HAS_EXCEPTIONS=0 ; >> Jamrules ECHO. >> Jamrules ECHO FONT_PATH = "C:\Windows\Fonts\consola.ttf" ;