It depends on the warning. Usually, warnings point to elements that don't block your game from running. Warnings about unused variables can be ignored but you should clean your code. Warnings about implicit type conversion, especially from/to pointers, need to be checked carefully.