Skip to content

Commit

Permalink
PFR: adjust warnings to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed May 4, 2024
1 parent dc3867f commit d0ae2e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/common/chowdsp_reflection/chowdsp_reflection.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ BEGIN_JUCE_MODULE_DECLARATION
// third party includes
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wzero-as-null-pointer-constant",
"-Wshadow-field-in-constructor",
"-Wfloat-equal")
"-Wfloat-equal",
"-Wc++20-compat")
#include "third_party/pfr/include/pfr.hpp"
JUCE_END_IGNORE_WARNINGS_GCC_LIKE

Expand Down

0 comments on commit d0ae2e5

Please sign in to comment.