From a7cf36a33ca56c775998d7fc852435de91b8948d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 13 Jan 2010 16:21:26 +0000 Subject: [PATCH] Friendly warning comment. --- include/SDL_assert.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_assert.h b/include/SDL_assert.h index aca748b6f..f29c25a19 100644 --- a/include/SDL_assert.h +++ b/include/SDL_assert.h @@ -112,6 +112,7 @@ typedef struct SDL_assert_data struct SDL_assert_data *next; } SDL_assert_data; +/* Never call this directly. Use the SDL_assert* macros. */ extern DECLSPEC SDL_assert_state SDLCALL SDL_ReportAssertion(SDL_assert_data *, const char *, const char *, int);