RetroShare/retroshare-nogui/src
Phenom 9a4ed8012c Fix warning: comparison between signed and unsigned integer expressions
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 ;
2017-07-16 20:53:14 +02:00
..
resources update rs icon 2014-12-05 00:28:08 +00:00
introserver.cc removed folderIterator::d_name() because it duplicates file_name() 2016-10-09 21:43:31 +02:00
introserver.h patch from costa to add a spanish intro server 2012-03-17 15:34:03 +00:00
mingw32make.bat updated the MinGW build bat files 2014-03-05 22:46:37 +00:00
notifytxt.cc Add Title when ask for password. 2016-08-09 01:22:14 +02:00
notifytxt.h Add Title when ask for password. 2016-08-09 01:22:14 +02:00
protobuf.pri added qt file to handle protobuf targets 2012-10-04 19:11:21 +00:00
retroshare-nogui.pro remove deprecated ssh/protobuf code 2016-10-08 12:59:27 +02:00
retroshare.cc fixed debug output 2017-07-09 21:37:39 +02:00
TerminalApiClient.cpp Fix warning: comparison between signed and unsigned integer expressions 2017-07-16 20:53:14 +02:00
TerminalApiClient.h fixed compilation pb due to qtcreator bug 2017-07-11 23:47:51 +02:00