From dad01ff1eddac68f0a2a630690ab01e46421ad88 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 19 Dec 2019 19:02:31 -0500 Subject: [PATCH] Suppress compiler warnings on Clang --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91414f95..86ec1b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Bug Fixes - Fixed Windows build using MSYS2 and setup a continuous integration job for this platform to prevent breaking this build in the future. +- Tweaked build flags to prevent spamming of compiler warnings when using Clang. ## 0.11.7 - December 5, 2019