Skip to content

Commit

Permalink
build: warning fixes for gcc15 vs fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Feb 3, 2025
1 parent 1ca8406 commit 317ed3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/include/OpenImageIO/detail/fmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ OIIO_PRAGMA_WARNING_PUSH
#if OIIO_CLANG_VERSION || OIIO_APPLE_CLANG_VERSION
# pragma clang diagnostic ignored "-Winvalid-noreturn"
#endif
// #if OIIO_GNUC_VERSION
// # pragma gcc diagnostic ignored "-Winvalid-noreturn"
// #endif
#if OIIO_GNUC_VERSION
# pragma gcc diagnostic ignored "-Winvalid-noreturn"
#endif

#include <OpenImageIO/detail/fmt/format.h>
#include <OpenImageIO/detail/fmt/ostream.h>
Expand Down

0 comments on commit 317ed3f

Please sign in to comment.