Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
959d73e8
Commit
959d73e8
authored
Oct 22, 2000
by
Joerg Mayer
Committed by
Alexandre Julliard
Oct 22, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce the number of warnings about missing initializers.
parent
2aeb57ee
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
6 deletions
+5
-6
dos_fs.c
files/dos_fs.c
+1
-1
dosconf.c
msdos/dosconf.c
+0
-1
registry.c
server/registry.c
+1
-1
main.c
tools/winebuild/main.c
+1
-1
spec32.c
tools/winebuild/spec32.c
+1
-1
keyboard.c
windows/x11drv/keyboard.c
+1
-1
No files found.
files/dos_fs.c
View file @
959d73e8
...
@@ -1489,7 +1489,7 @@ int DOSFS_FindNext( const char *path, const char *short_mask,
...
@@ -1489,7 +1489,7 @@ int DOSFS_FindNext( const char *path, const char *short_mask,
const
char
*
long_mask
,
int
drive
,
BYTE
attr
,
const
char
*
long_mask
,
int
drive
,
BYTE
attr
,
int
skip
,
WIN32_FIND_DATAA
*
entry
)
int
skip
,
WIN32_FIND_DATAA
*
entry
)
{
{
static
FIND_FIRST_INFO
info
=
{
NULL
}
;
static
FIND_FIRST_INFO
info
;
LPCSTR
short_name
,
long_name
;
LPCSTR
short_name
,
long_name
;
int
count
;
int
count
;
...
...
msdos/dosconf.c
View file @
959d73e8
...
@@ -54,7 +54,6 @@ DOSCONF DOSCONF_config =
...
@@ -54,7 +54,6 @@ DOSCONF DOSCONF_config =
typedef
struct
{
typedef
struct
{
const
char
*
tag_name
;
const
char
*
tag_name
;
int
(
*
tag_handler
)(
char
**
p
);
int
(
*
tag_handler
)(
char
**
p
);
void
*
data
;
}
TAG_ENTRY
;
}
TAG_ENTRY
;
...
...
server/registry.c
View file @
959d73e8
...
@@ -1052,7 +1052,7 @@ static int get_data_type( const char *buffer, int *type, int *parse_type )
...
@@ -1052,7 +1052,7 @@ static int get_data_type( const char *buffer, int *type, int *parse_type )
{
"hex:"
,
4
,
REG_BINARY
,
REG_BINARY
},
{
"hex:"
,
4
,
REG_BINARY
,
REG_BINARY
},
{
"dword:"
,
6
,
REG_DWORD
,
REG_DWORD
},
{
"dword:"
,
6
,
REG_DWORD
,
REG_DWORD
},
{
"hex("
,
4
,
-
1
,
REG_BINARY
},
{
"hex("
,
4
,
-
1
,
REG_BINARY
},
{
NULL
,
}
{
NULL
,
0
,
0
,
0
}
};
};
const
struct
data_type
*
ptr
;
const
struct
data_type
*
ptr
;
...
...
tools/winebuild/main.c
View file @
959d73e8
...
@@ -103,7 +103,7 @@ static const struct option option_table[] =
...
@@ -103,7 +103,7 @@ static const struct option option_table[] =
{
"-spec"
,
1
,
do_spec
,
"-spec file.spec Build a .c file from a spec file"
},
{
"-spec"
,
1
,
do_spec
,
"-spec file.spec Build a .c file from a spec file"
},
{
"-glue"
,
1
,
do_glue
,
"-glue file.c Build the 16-bit glue for a .c file"
},
{
"-glue"
,
1
,
do_glue
,
"-glue file.c Build the 16-bit glue for a .c file"
},
{
"-relay"
,
0
,
do_relay
,
"-relay Build the relay assembly routines"
},
{
"-relay"
,
0
,
do_relay
,
"-relay Build the relay assembly routines"
},
{
NULL
}
{
NULL
,
0
,
NULL
,
NULL
}
};
};
static
void
do_pic
(
void
)
static
void
do_pic
(
void
)
...
...
tools/winebuild/spec32.c
View file @
959d73e8
...
@@ -255,7 +255,7 @@ static void output_exports( FILE *outfile, int nr_exports, int nr_names, int fwd
...
@@ -255,7 +255,7 @@ static void output_exports( FILE *outfile, int nr_exports, int nr_names, int fwd
assert
(
0
);
assert
(
0
);
}
}
}
}
else
fprintf
(
outfile
,
" { 0, }"
);
else
fprintf
(
outfile
,
" { 0,
{ 0,0,0,0 }, 0, 0, 0, 0
}"
);
if
(
i
<
Limit
)
fprintf
(
outfile
,
",
\n
"
);
if
(
i
<
Limit
)
fprintf
(
outfile
,
",
\n
"
);
}
}
...
...
windows/x11drv/keyboard.c
View file @
959d73e8
...
@@ -401,7 +401,7 @@ static const struct {
...
@@ -401,7 +401,7 @@ static const struct {
{
"Japanese 106 keyboard layout"
,
932
,
&
main_key_JA_jp106
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Japanese 106 keyboard layout"
,
932
,
&
main_key_JA_jp106
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Japanese pc98x1 keyboard layout"
,
932
,
&
main_key_JA_pc98x1
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
"Japanese pc98x1 keyboard layout"
,
932
,
&
main_key_JA_pc98x1
,
&
main_key_scan_qwerty
,
&
main_key_vkey_qwerty
},
{
0
}
/* sentinel */
{
NULL
,
0
,
NULL
,
NULL
,
NULL
}
/* sentinel */
};
};
static
unsigned
kbd_layout
=
0
;
/* index into above table of layouts */
static
unsigned
kbd_layout
=
0
;
/* index into above table of layouts */
...
...
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