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:107:7: warning: unused variable 'segment' [-Wunused-variable]
bool segment = false, lasta = true;
^
prog.cpp:52:16: warning: unused parameter '_this_line' [-Wunused-parameter]
void Duxar(int _this_line) {
^
prog.cpp: In function 'int main()':
prog.cpp:107:7: warning: unused variable 'segment' [-Wunused-variable]
bool segment = false, lasta = true;
^