Skip to content

Take advantage of new Makefile in appveyor.yml

James R. requested to merge appveyor-fix-2 into master
  • Remove redundant settings by appveyor.yml (now default/automatically set by Makefile)
  • Remove 64-bit target.
  • Suppress fallthrough warnings. I don't know what's going on here, but despite -Wimplicit-fallthrough=4 actually getting passed to the compiler, it's still complaining as if it can't see the "FALLTHRU" comments. Disabling that warning is the best I can do.

Merge request reports