We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11f9d4 commit f98c509Copy full SHA for f98c509
src/SDL_internal.h
@@ -290,6 +290,7 @@ extern SDL_NORETURN void SDL_ExitProcess(int exitcode);
290
#define POP_SDL_ERROR() \
291
SDL_SetError("%s", _error); SDL_free(_error); }
292
293
+// @madebr test
294
#if defined(SDL_DISABLE_INVALID_PARAMS)
295
#ifdef DEBUG
296
// If you define SDL_DISABLE_INVALID_PARAMS, you're promising that you'll
0 commit comments