000202.cpp: In function 'void paint(char, char)':
000202.cpp:20:6: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:20:9: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:23:15: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:23:36: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:28:10: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:28:31: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:33:15: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:33:36: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:38:11: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:38:32: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp: In function 'int main()':
000202.cpp:49:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'char*' [-Wformat]
000202.cpp:49:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'char*' [-Wformat]
000202.cpp:56:29: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:58:6: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:67:7: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:67:10: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:67:17: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:80:12: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:80:15: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:86:34: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:86:44: warning: array subscript has type 'char' [-Wchar-subscripts]
000202.cpp:89:14: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'char*' [-Wformat]
000202.cpp:47:11: warning: unused variable 'b' [-Wunused-variable]
/tmp/ccyAG43u.o: In function `main':
000202.cpp:(.text.startup+0x100): warning: the `gets' function is dangerous and should not be used.
