Skip to content

setup.py: skip adding gcc warnings flags with msvc. Fixes #275

Christoph Reiter requested to merge setup-py-msvc-fix into master

The compiler.compiler attribute isn't available with msvc and errors out. The warning flag detection code only works with gcc style compilers anyway so just skip it with msvc.

Merge request reports