changeset 3668:6952d2b783e6

Friendly warning comment.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 13 Jan 2010 16:21:26 +0000
parents cc7eca3a4e13
children 46d27a9571fa
files include/SDL_assert.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);