Compiler output
prog.cpp: In function âvoid open()â:
prog.cpp:24:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
prog.cpp: In function âvoid adauga()â:
prog.cpp:33:26: warning: format â%sâ expects argument of type âchar*â, but argument 3 has type âchar (*)[25]â [-Wformat]
prog.cpp:32:12: warning: unused variable âjâ [-Wunused-variable]
prog.cpp: In function âvoid pleaca()â:
prog.cpp:45:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
prog.cpp:42:10: warning: unused variable âiâ [-Wunused-variable]
prog.cpp: In function âvoid afiseaza()â:
prog.cpp:50:9: warning: unused variable âiâ [-Wunused-variable]
prog.cpp: In function âvoid cauta()â:
prog.cpp:62:18: warning: format â%sâ expects argument of type âchar*â, but argument 2 has type âchar (*)[25]â [-Wformat]
prog.cpp:61:14: warning: unused variable âcareâ [-Wunused-variable]
prog.cpp: In function âint main()â:
prog.cpp:81:50: warning: format â%sâ expects argument of type âchar*â, but argument 2 has type âchar (*)[25]â [-Wformat]
prog.cpp:81:50: warning: format â%sâ expects argument of type âchar*â, but argument 3 has type âchar (*)[25]â [-Wformat]
prog.cpp: In function âvoid cauta()â:
prog.cpp:68:22: warning: âpozâ may be used uninitialized in this function [-Wmaybe-uninitialized]