mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
9a4ed8012c
and unused variables /retroshare-nogui/src/TerminalApiClient.cpp:233: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(selected_account_number >= accounts.size()) /retroshare-nogui/src/TerminalApiClient.cpp:243: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(selected_account_number >= accounts.size()) /retroshare-nogui/src/TerminalApiClient.cpp:121: warning: unused variable ‘IO_POLL_PERIOD’ [-Wunused-variable] const int IO_POLL_PERIOD = 20; /retroshare-nogui/src/TerminalApiClient.cpp:124: warning: unused variable ‘last_io_poll’ [-Wunused-variable] int last_io_poll = 0; /retroshare-nogui/src/TerminalApiClient.cpp:127: warning: unused variable ‘last_char’ [-Wunused-variable] int last_char = 0; /retroshare-nogui/src/TerminalApiClient.cpp:129: warning: unused variable ‘enter_was_pressed’ [-Wunused-variable] bool enter_was_pressed = false; /retroshare-nogui/src/TerminalApiClient.cpp:133: warning: variable ‘account_number_typed’ set but not used [-Wunused-but-set-variable] int account_number_typed = 0 ; |
||
---|---|---|
.. | ||
resources | ||
introserver.cc | ||
introserver.h | ||
mingw32make.bat | ||
notifytxt.cc | ||
notifytxt.h | ||
protobuf.pri | ||
retroshare-nogui.pro | ||
retroshare.cc | ||
TerminalApiClient.cpp | ||
TerminalApiClient.h |