Compiler output
prog.cpp:52:16: warning: unused parameter '_this_line' [-Wunused-parameter]
void Duxar(int _this_line) {
^
prog.cpp: In function 'int main()':
prog.cpp:120:6: warning: unused variable 'i' [-Wunused-variable]
int i;
^
prog.cpp: In function 'bool SearchZero(int, int, int, int)':
prog.cpp:103:2: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (val > 0) {
^
prog.cpp:52:16: warning: unused parameter '_this_line' [-Wunused-parameter]
void Duxar(int _this_line) {
^
prog.cpp: In function 'int main()':
prog.cpp:120:6: warning: unused variable 'i' [-Wunused-variable]
int i;
^
prog.cpp: In function 'bool SearchZero(int, int, int, int)':
prog.cpp:103:2: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (val > 0) {
^