#8504 closed patch
KYRA: kyra/kyra.cpp small build warning fix
Reported by: | SF/njoly | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Engine: Kyra |
Version: | Keywords: | ||
Cc: | Game: |
Description
Hi,
I noticed a small compilation warning in kyra/kyra.cpp with gcc on my NetBSD/amd64 machine:
kyra/kyra.cpp:1001: warning: `static' is not at beginning of declaration kyra/kyra.cpp:1004: warning: `static' is not at beginning of declaration kyra/kyra.cpp:1007: warning: `static' is not at beginning of declaration kyra/kyra.cpp:1010: warning: `static' is not at beginning of declaration kyra/kyra.cpp:1013: warning: `static' is not at beginning of declaration kyra/kyra.cpp:1729: warning: `static' is not at beginning of declaration
njoly@lanfeust [~]> uname -a NetBSD lanfeust.sis.pasteur.fr 3.99.15 NetBSD 3.99.15 (LANFEUST) #6: Tue Jan 10 11:15:40 CET 2006 njoly@lanfeust.sis.pasteur.fr:/local/src/NetBSD/obj/amd64/sys/arch/amd64/compile/LANFEUST amd64 njoly@lanfeust [~]> gcc -v Using built-in specs. Configured with: /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=x86_64--netbsd --target=x86_64--netbsd Thread model: posix gcc version 3.3.3 (NetBSD nb3 20040520)
Hope this helps, Regards.
Ticket imported from: #1404734. Ticket imported from: patches/609.
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | scummvm-kyrawarn.diff added |
---|
comment:2 by , 19 years ago
Status: | new → closed |
---|
comment:3 by , 6 years ago
Component: | → Engine: Kyra |
---|
Fix kyra/kyra.cpp build warning