Skip to content

Commit

Permalink
remoteSPI: Fixed a few more warnings from lib{fmt} by suppressing the…
Browse files Browse the repository at this point in the history
…m (we can't do anything about them)
  • Loading branch information
dragonmux committed Sep 6, 2023
1 parent 31a68cd commit 2783193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/remoteSPI.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#elif defined(__GNUC__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wswitch-enum"
#pragma GCC diagnostic ignored "-Wsign-conversion"
#endif
#include <fmt/format.h>
#if defined(_MSC_VER)
Expand Down

0 comments on commit 2783193

Please sign in to comment.