Skip to content

Commit

Permalink
fb_sdl: side-step warnings due to arm_neon.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
nfeske committed Jan 30, 2025
1 parent d90db17 commit 10a45b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions repos/os/src/driver/framebuffer/sdl/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wconversion"
#pragma GCC diagnostic ignored "-Wtype-limits"
#pragma GCC diagnostic ignored "-Wnarrowing" /* arm_neon.h */
#pragma GCC diagnostic ignored "-Wunused-parameter" /* arm_neon.h */
#pragma GCC diagnostic ignored "-Wfloat-conversion" /* arm_neon.h */
#include <SDL2/SDL.h>
#pragma GCC diagnostic pop

Expand Down

0 comments on commit 10a45b7

Please sign in to comment.