Issue information

Issue ID
#1347
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 11, 2008 9:00
Last Post
Hercules Elf Bot
Apr 11, 2008 9:00
Confirmation
N/A

Hercules Elf Bot - Apr 11, 2008 9:00

Originally posted by [b]Barron-Monster[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=1347

CODE
gcc -DMAPREGSQL -g -O3 -pipe -ffast-math -Wall -Wno-sign-compare -Wno-unused-parameter -Wno-pointer-sign -Wno-switch -DPCRE_SUPPORT   -I/usr/include/mysql  -I../common -I/usr/include -c -o obj_sql/pc.o pc.c
In file included from pc.c:17:
clif.h:400: warning: 'struct quest' declared inside parameter list
clif.h:400: warning: its scope is only this definition or declaration, which is probably not what you want


CODE
gcc -DMAPREGSQL -g -O3 -pipe -ffast-math -Wall -Wno-sign-compare -Wno-unused-parameter -Wno-pointer-sign -Wno-switch -DPCRE_SUPPORT   -I/usr/include/mysql  -I../common -I/usr/include -c -o obj_sql/chat.o chat.c
In file included from chat.c:10:
clif.h:400: warning: 'struct quest' declared inside parameter list
clif.h:400: warning: its scope is only this definition or declaration, which is probably not what you want



CODE
gcc -DMAPREGSQL -g -O3 -pipe -ffast-math -Wall -Wno-sign-compare -Wno-unused-parameter -Wno-pointer-sign -Wno-switch -DPCRE_SUPPORT   -I/usr/include/mysql  -I../common -I/usr/include -c -o obj_sql/trade.o trade.c
In file included from trade.c:6:
clif.h:400: warning: 'struct quest' declared inside parameter list
clif.h:400: warning: its scope is only this definition or declaration, which is probably not what you want


CODE
gcc -DMAPREGSQL -g -O3 -pipe -ffast-math -Wall -Wno-sign-compare -Wno-unused-parameter -Wno-pointer-sign -Wno-switch -DPCRE_SUPPORT   -I/usr/include/mysql  -I../common -I/usr/include -c -o obj_sql/vending.o vending.c
In file included from vending.c:7:
clif.h:400: warning: 'struct quest' declared inside parameter list
clif.h:400: warning: its scope is only this definition or declaration, which is probably not what you want


This post has been edited by Barron-Monster: Apr 11 2008, 03:21 AM