comparison warning C32

Thread Starter

chrisw1990

Joined Oct 22, 2011
551
im trying to do this:
Rich (BB code):
	if((numChar==0) && (character=="$"))
buti get this warning:
isr.c:83:31: warning: comparison between pointer and integer
do i need to worry about it?
i dont understand why, because im not using a pointer, or integer.. character is a char and the $ is.. a char?
 
Top