Cppckeck suppress bogus error

This commit is contained in:
Jonathan Bennett 2025-09-08 20:32:07 -05:00
parent 6022b749ba
commit 7c4367cddc

View File

@ -21,6 +21,7 @@ Porting for SDL:
#pragma once
#define SDL_MAIN_HANDLED
// cppcheck-suppress preprocessorErrorDirective
#if __has_include(<SDL2/SDL.h>)
#include <SDL2/SDL.h>
#include <SDL2/SDL_main.h>