Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
7c583ac3
Commit
7c583ac3
authored
Oct 05, 2002
by
Per Cederqvist
Browse files
Get rid of some compiler warnings about conversions between char and
unsigned char.
parent
1ea8647c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7c583ac3
...
...
@@ -11,6 +11,14 @@
*
src
/
include
/
kom
-
config
.
h
,
src
/
server
/
server
-
config
.
c
(
WHITESPACE
):
Changed
type
from
const
unsigned
char
*
to
const
char
*
to
remove
some
compiler
warnings
.
*
src
/
libraries
/
libmisc
/
s
-
string
.
h
,
src
/
libraries
/
libmisc
/
s
-
string
.
c
(
s_usr_strcmp
):
Changed
type
of
collat_tab
argument
from
char
to
unsigned
char
.
(
s_usr_strhead
):
Ditto
.
*
src
/
libraries
/
libcommon
/
parser
.
h
,
src
/
libraries
/
libcommon
/
parser
.
c
(
match
):
Changed
type
of
collat_tab
argument
from
char
to
unsigned
char
.
(
parse
):
Ditto
.
2002
-
10
-
04
Per
Cederqvist
<
ceder
@
ceder
.
dyndns
.
org
>
...
...
Write
Preview
Supports
Markdown
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