From a7e1115d4cab8fe38b8cbb9e176c2a06d4a1dacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Sved=C3=A4ng?= Date: Fri, 19 Nov 2021 19:57:14 +0100 Subject: [PATCH] Revert "fix: Ignore clang nitpick" This reverts commit 70ec6d46d4c636c39dc4d47dc7732421a30a0b3f. --- app/Main.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Main.hs b/app/Main.hs index 79b15d21..cd298c7c 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -36,7 +36,6 @@ defaultProject = "-Wall", "-Werror", "-Wno-unused-variable", - "-Wno-unused-but-set-variable", "-Wno-self-assign" ], projectLibFlags = case platform of