Skip to content

Commit

Permalink
Finish handling bogus warning(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Mar 14, 2024
1 parent 0a6d773 commit 3aa166b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref_app/src/math/fast_math/fast_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Werror=uninitialized"
#pragma GCC diagnostic ignored "-Wuninitialized"
#endif

typedef float fast_math_float32_t;
Expand Down

0 comments on commit 3aa166b

Please sign in to comment.