Skip to content

Commit

Permalink
dbghelp.h: Silence Wzero-length-array
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Feb 3, 2023
1 parent 59b37de commit 08ec71c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compat/mingw/dbghelp.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgnu-include-next"
#pragma clang diagnostic ignored "-Wzero-length-array"

#include_next <dbghelp.h>
#include <stdint.h>
Expand Down

0 comments on commit 08ec71c

Please sign in to comment.