Skip to content

Commit

Permalink
Disable -Wformat-extra-args
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub committed Oct 26, 2023
1 parent 3c04eac commit c234108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/test/hid_report_reconstructor_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#if defined(__MINGW32__)
#pragma GCC diagnostic ignored "-Wformat"
#pragma GCC diagnostic ignored "-Wformat-extra-args"
#endif
static hidp_preparsed_data * alloc_preparsed_data_from_file(char* filename)
{
Expand Down

0 comments on commit c234108

Please sign in to comment.