help with a .inc from seif
#3

Quote:

seif_text.inc(19) : warning 219: local variable "pos1" shadows a variable at a preceding level
seif_text.inc(19) : warning 219: local variable "pos2" shadows a variable at a preceding level
seif_text.inc(36) : warning 219: local variable "pos1" shadows a variable at a preceding level
seif_text.inc(36) : warning 219: local variable "pos2" shadows a variable at a preceding level

These errors mean that you have defined pos1 globally but they dont need to be

Quote:

ChrisDM.pwn(554) : warning 203: symbol is never used: "pos1"
ChrisDM.pwn(554) : warning 203: symbol is never used: "pos2"

This means that after defining them , you have not even used them
Reply


Messages In This Thread
help with a .inc from seif - by [SOB]Chris - 16.09.2009, 00:22
Re: help with a .inc from seif - by Chaprnks - 16.09.2009, 01:22
Re: help with a .inc from seif - by Peter_Corneile - 16.09.2009, 01:25
Re: help with a .inc from seif - by [SOB]Chris - 16.09.2009, 02:25
Re: help with a .inc from seif - by _Vortex - 16.09.2009, 03:38
Re: help with a .inc from seif - by [SOB]Chris - 16.09.2009, 03:45
Re: help with a .inc from seif - by Jakku - 16.09.2009, 09:18
Re: help with a .inc from seif - by Peter_Corneile - 16.09.2009, 09:49
Re: help with a .inc from seif - by Clavius - 16.09.2009, 13:04

Forum Jump:


Users browsing this thread: 2 Guest(s)