Remove support for non-C99 compilers (like VS2010) that don't support snprintf()
authorEven Rouault <even.rouault@spatialys.com>
Tue, 7 Mar 2023 15:46:55 +0000 (16:46 +0100)
committerEven Rouault <even.rouault@spatialys.com>
Tue, 7 Mar 2023 15:47:10 +0000 (16:47 +0100)
appveyor.yml

index 9c230103f107d485ee49114d657e2b25162ea257..04502a8c1f88b7fe391de11d9d0f121b011de539 100644 (file)
@@ -15,8 +15,6 @@ environment:
   - OPJ_CI_ARCH: x64
     OPJ_CI_VSCOMNTOOLS: $(VS140COMNTOOLS)
     OPJ_CI_INCLUDE_IF_DEPLOY: 1
-  - OPJ_CI_ARCH: x86
-    OPJ_CI_VSCOMNTOOLS: $(VS100COMNTOOLS)
 install:
 - cmd: c:\cygwin\bin\bash ./tools/travis-ci/install.sh
 build_script: