lex.ll(397): warning C4244: '=' : conversion from 'long' to 'char', possible loss of data lex.ll(402): warning C4244: '=' : conversion from 'long' to 'char', possible loss of data by explicit cast to 'char'. See: http://msdn.microsoft.com/en-us/library/w4z2wdyc(v=vs.80).aspx long strtol( const char *nptr, char **endptr, int base );
14 KiB
14 KiB