[Help] Uknown warning
#1

warning 201: redefinition of constant/macro (symbol "fInfo")

Anybody knows what this is or how to fix it??
Reply
#2

Show the error line in your script.
Reply
#3

Quote:

The symbol was previously defined to a different value, or the text substitution macro that starts with the prefix name was redefined with a different substitution text.

http://www.compuphase.com/pawn/Pawn_Language_Guide.pdf
Reply
#4

Quote:
Originally Posted by MadeMan
Show the error line in your script.
1. It ain't an error.
2. I never met an "Unknown Warning".
Reply
#5

pawn Код:
enum fInfo
{
    fName,
    fRankName1,
    fRankName2,
    fRankName3,
    fRankName4,
    fRankName5,
    fRankName6
};

new FactionInfo[35][fInfo];
Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by MadeMan
Show the error line in your script.
1. It ain't an error.
2. I never met an "Unknown Warning".
I mean I have never seen it before... :P
Reply
#6

Well, I have got this error too, still trying to find out what it means, could anyone help?
Reply
#7

That mean's you have somewhere else
Код:
enum fInfo
Reply
#8

Quote:
Originally Posted by E1edge
That mean's you have somewhere else
Код:
enum fInfo
it mean you have fInfo defined/forwarded twice in your script
Reply
#9

God, forgot we had family info too, so embarrassing.
Thank you for the answers to remind us about it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)