Server error when I compile plz help
#1

Hey well it tells me this everytime I compile server:

Код:
C:\DOCUME~1\Owner\MYDOCU~1\BBC.pwn(6953) : warning 208: function with tag result used before definition, forcing reparse
C:\DOCUME~1\Owner\MYDOCU~1\BBC.pwn(7797) : warning 208: function with tag result used before definition, forcing reparse
Reply
#2

Post the lines where the warnings are.
Reply
#3

Quote:
Originally Posted by pawn-lang.pdf
Warning 208: Function with tag result used before definition, forcing reparse:
When a function is “used” (invoked) before being declared, and
that function returns a value with a tag name, the parser must
make an extra pass over the source code, because the presence
of the tag name may change the interpretation of operators (in
the presence of user-defined operators). You can speed up the
parsing/compilation process by declaring the relevant functions
before using them.
Reply
#4

Quote:
Originally Posted by XtreaMeR
Post the lines where the warnings are.
But that is all it says how do I find the lines?
Reply
#5

Hey well it tells me this everytime I compile server:

Код:
C:\DOCUME~1\Owner\MYDOCU~1\BBC.pwn(6953) : warning 208: function with tag result used before definition, forcing reparse
C:\DOCUME~1\Owner\MYDOCU~1\BBC.pwn(7797) : warning 208: function with tag result used before definition, forcing reparse
Here is what is on the lines:

On line 6953 it says only this:
Код:
{
Nothing else

On line 7797 it says only this:
Код:
	for(new var0 = 0; var0 <= 200; var0++)
Nothing else
Reply
#6

Quote:
Originally Posted by Tommy_Mandaz
Quote:
Originally Posted by XtreaMeR
Post the lines where the warnings are.
But that is all it says how do I find the lines?
C:\DOCUME~1\Owner\MYDOCU~1\BBC.pwn(6953) : warning 208: function with tag result used before definition, forcing reparse
C:\DOCUME~1\Owner\MYDOCU~1\BBC.pwn(7797) : warning 208: function with tag result used before definition, forcing reparse

Do you see your lines now?
Reply
#7

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by Tommy_Mandaz
Quote:
Originally Posted by XtreaMeR
Post the lines where the warnings are.
But that is all it says how do I find the lines?
C:\DOCUME~1\Owner\MYDOCU~1\BBC.pwn(6953) : warning 208: function with tag result used before definition, forcing reparse
C:\DOCUME~1\Owner\MYDOCU~1\BBC.pwn(7797) : warning 208: function with tag result used before definition, forcing reparse

Do you see your lines now?
I already posted the lines:

Im not sure is this what you mean by lines?

On line 6953 it says only this:
Код:
{
Nothing else

On line 7797 it says only this:
Код:
	for(new var0 = 0; var0 <= 200; var0++)
Nothing else
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)