From 6a5563323d283e4daf60196d7a84aaf62a8d749f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Tue, 24 Oct 2023 09:33:43 -0300 Subject: [PATCH] windows: ignore compilation warnings D:\a\_temp\msys64\clang64\include\stdio.h:171:18: error: warning: '__format__' attribute argument not supported: gnu_scanf [-Wignored-attributes] __attribute__((__format__ (gnu_scanf, 2, 0))) __MINGW_ATTRIB_NONNULL(2) ^ | 171 | __attribute__((__format__ (gnu_scanf, 2, 0))) __MINGW_ATTRIB_NONNULL(2) | ^ --- hevm.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/hevm.cabal b/hevm.cabal index d49ed6bca..e2f7275a9 100644 --- a/hevm.cabal +++ b/hevm.cabal @@ -58,6 +58,7 @@ common shared -Wno-unticked-promoted-constructors -Wno-orphans -Wno-ambiguous-fields + -optc-Wno-ignored-attributes default-language: GHC2021 default-extensions: DuplicateRecordFields