From 4beb6c21caaed38cee3278e3bbab437eccdb2169 Mon Sep 17 00:00:00 2001 From: stijn Date: Tue, 3 Sep 2019 10:08:03 +0200 Subject: [PATCH] windows/msvc: Treat compiler warnings as errors. This is consistent with the other ports and helps catching problems early. --- ports/windows/msvc/common.props | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/windows/msvc/common.props b/ports/windows/msvc/common.props index 26ea78e7e5..5fe1b45fef 100644 --- a/ports/windows/msvc/common.props +++ b/ports/windows/msvc/common.props @@ -18,6 +18,7 @@ false true false + true true