Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Kart-Public
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
X.organic
Kart-Public
Commits
3fd2a705
Commit
3fd2a705
authored
10 years ago
by
Ronald Kinard
Browse files
Options
Downloads
Patches
Plain Diff
Maybe this is the last warning related commit?
parent
98c3c3a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sdl/i_system.c
+2
-2
2 additions, 2 deletions
src/sdl/i_system.c
with
2 additions
and
2 deletions
src/sdl/i_system.c
+
2
−
2
View file @
3fd2a705
...
...
@@ -301,7 +301,7 @@ SDL_bool framebuffer = SDL_FALSE;
UINT8
keyboard_started
=
false
;
static
void
signal_handler
(
INT32
num
)
FUNCNORETURN
static
ATTRNORETURN
void
signal_handler
(
INT32
num
)
{
//static char msg[] = "oh no! back to reality!\r\n";
const
char
*
sigmsg
;
...
...
@@ -350,7 +350,7 @@ static void signal_handler(INT32 num)
I_Quit
();
}
#if
defined (NDEBUG) && !defined (DC) && !defined (_WIN32_WCE
)
#if
!defined (DC
)
FUNCNORETURN
static
ATTRNORETURN
void
quit_handler
(
int
num
)
{
signal
(
num
,
SIG_DFL
);
//default signal action
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment