#Error in function

9 messages · Page 1 of 1 (latest)

cold aspen
#

what does [Warning] conflicting types for "function name" mean?

deep hollowBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

fringe lodge
#

Sounds to me that you didn't prototype the function.
Or you forgot to #include the header file that does.

cold aspen
#

i found out what was wrong

#

before main i wrote : void functionName (); instead of : void functionName(int[],bool);

#

as in that function i worked with an integer array and a bool from the main function

deep hollowBOT
#

@cold aspen Has your question been resolved? If so, type !solved :)