(SOLVED)Help with ISO C++ forbids comparison between pointer and integer.

You are trying to compare the result of a function to a number. This means you need to actually call the function first

if(Ignition_Monitor() == 1)