Skip to content

Commit

Permalink
windows: ignore compilation warnings
Browse files Browse the repository at this point in the history
    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)
        |                  ^
  • Loading branch information
elopez committed Oct 24, 2023
1 parent d3ec00f commit 6a55633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hevm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a55633

Please sign in to comment.