Skip to content
Snippets Groups Projects
Commit 091ad019 authored by Olivier Couet's avatar Olivier Couet
Browse files

- disable warning 4244 in libjpeg on windows

git-svn-id: http://root.cern.ch/svn/root/trunk@36311 27541ba8-7e3a-0410-8455-c3a389f83636
parent fb1d5162
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,7 @@ ifeq ($(PLATFORM),win32) ...@@ -193,7 +193,7 @@ ifeq ($(PLATFORM),win32)
unset MAKEFLAGS; \ unset MAKEFLAGS; \
nmake FREETYPEDIRI=-I../../../../$(FREETYPEDIRI) \ nmake FREETYPEDIRI=-I../../../../$(FREETYPEDIRI) \
-nologo -f libAfterImage.mak \ -nologo -f libAfterImage.mak \
CFG=$(ASTEPBLD) NMAKECXXFLAGS="$(BLDCXXFLAGS) -I../../../../build/win -FIw32pragma.h") CFG=$(ASTEPBLD) NMAKECXXFLAGS="$(BLDCXXFLAGS) -I../../../../build/win -FIw32pragma.h /wd4244")
else else
@(cd $(ASTEPDIRS); \ @(cd $(ASTEPDIRS); \
echo "*** Building libAfterImage ..." ; \ echo "*** Building libAfterImage ..." ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment