# HG changeset patch # User Ryan C. Gordon # Date 1263399686 0 # Node ID 6952d2b783e60e94fe38058125380bf1a6c47684 # Parent cc7eca3a4e13220e3b5327cd3fd000ea67447afb Friendly warning comment. diff -r cc7eca3a4e13 -r 6952d2b783e6 include/SDL_assert.h --- a/include/SDL_assert.h Wed Jan 13 16:18:36 2010 +0000 +++ b/include/SDL_assert.h Wed Jan 13 16:21:26 2010 +0000 @@ -112,6 +112,7 @@ 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);