/in/lab7.cpp: In member function 'virtual Turn MyGame::turn()':
/in/lab7.cpp:192:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < Bullets_pos.size(); ++i) {
~~^~~~~~~~~~~~~~~~~~~~
/in/lab7.cpp:195:44: warning: left operand of comma operator has no effect [-Wunused-value]
Bullets_pos[i] = (-10000, -10000);
^~~~~
/in/lab7.cpp:199:44: warning: left operand of comma operator has no effect [-Wunused-value]
Bullets_pos[i] = (-10000, -10000);
^~~~~
/in/lab7.cpp:205:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < Bullets_pos.size(); ++i) {
~~^~~~~~~~~~~~~~~~~~~~
/in/lab7.cpp:278:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int k = 0; k < Bullets_pos.size(); ++k) {
~~^~~~~~~~~~~~~~~~~~~~