When creating my autonomous code (which I switched with a previous code from our last competition, using the same user control and everything) i got this notification when i went to compile it:
Warning: referenced function “drive”
Warning: referenced function “turn”
Warning: referenced function “lift”
Warning: referenced function “openjaw”
This code has worked in previous competitions, as it is not the code that i am modifying. Should i be worried, or since it says warning should i just ignore it??
All they mean is that these functions are never called from your code. ie. they are unused functions. Nothing to worry about unless you had expected them to be used.