Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
b4c91cf7
Commit
b4c91cf7
authored
Aug 21, 2011
by
Ryan C. Gordon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed -pedantic warning in SDL_assert.h.
Fixes Bugzilla #1282.
parent
f9268ec8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
SDL_assert.h
include/SDL_assert.h
+1
-1
No files found.
include/SDL_assert.h
View file @
b4c91cf7
...
...
@@ -99,7 +99,7 @@ typedef enum
SDL_ASSERTION_BREAK
,
/**< Make the debugger trigger a breakpoint. */
SDL_ASSERTION_ABORT
,
/**< Terminate the program. */
SDL_ASSERTION_IGNORE
,
/**< Ignore the assert. */
SDL_ASSERTION_ALWAYS_IGNORE
,
/**< Ignore the assert from now on. */
SDL_ASSERTION_ALWAYS_IGNORE
/**< Ignore the assert from now on. */
}
SDL_assert_state
;
typedef
struct
SDL_assert_data
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment