OSDN Git Service

Avoided compiler warnings about a 32-bit integer being passed to a %ld or %lu format...
authorEric Branlund <ebranlund@fastmail.com>
Sat, 4 Apr 2020 19:13:07 +0000 (12:13 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sat, 4 Apr 2020 19:13:07 +0000 (12:13 -0700)
commit1d5c73679fd334d71060e002fa057460848f67c2
treeebe1598c4ea082d1ff9cd6a658f8bf5c1badf523
parent6e4bd501d882d518a24a7f655bf1281c451cfa8c
Avoided compiler warnings about a 32-bit integer being passed to a %ld or %lu format specifier by adding casts, changing the specifier, or changing the type of a local variable.
src/bldg.c
src/cmd3.c
src/cmd4.c
src/files.c
src/spells2.c
src/wizard1.c
src/wizard2.c