Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b947d063
Commit
b947d063
authored
Jun 12, 2001
by
Renaud Dartus
Browse files
* Fix the warning in compilation of main.c
parent
2788bc6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/interface/main.c
View file @
b947d063
...
...
@@ -4,7 +4,7 @@
* and spawn threads.
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: main.c,v 1.10
0
2001/06/12
00:30:41
reno Exp $
* $Id: main.c,v 1.10
1
2001/06/12
11:02:07
reno Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -930,7 +930,7 @@ static void InstructionSignalHandler( int i_signal )
*****************************************************************************/
static
int
CPUCapabilities
(
void
)
{
int
i_capabilities
=
CPU_CAPABILITY_NONE
;
volatile
int
i_capabilities
=
CPU_CAPABILITY_NONE
;
#if defined( SYS_BEOS )
i_capabilities
|=
CPU_CAPABILITY_486
...
...
@@ -967,8 +967,8 @@ static int CPUCapabilities( void )
}
#elif defined( __i386__ )
unsigned
int
i_eax
,
i_ebx
,
i_ecx
,
i_edx
;
boolean_t
b_amd
;
volatile
unsigned
int
i_eax
,
i_ebx
,
i_ecx
,
i_edx
;
volatile
boolean_t
b_amd
;
signal
(
SIGILL
,
InstructionSignalHandler
);
...
...
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