Advertisement
Bkmz

Untitled

Jan 16th, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 KB | None | 0 0
  1. fddos.cpp: In function ‘int sort_2(sort_item*)’:
  2. fddos.cpp:192: warning: no return statement in function returning non-void
  3. fddos.cpp: In function ‘int myTimeToStr(time_t*, char*)’:
  4. fddos.cpp:366: warning: no return statement in function returning non-void
  5. fddos.cpp: In function ‘void delBanIPFromLog(int&, oneHeat*, int*, int)’:
  6. fddos.cpp:488: warning: unused variable ‘ip’
  7. fddos.cpp: In function ‘int ipUseOtherURLs(int, oneHeat*, int*, int, int&)’:
  8. fddos.cpp:1071: warning: unused variable ‘url’
  9. fddos.cpp: In function ‘void findGroupURL(int, oneHeat*, int, sort_item*, char (*)[90000][100], int, int, int, int, int, int*, int&, int*, int*, int, sort_item*)’:
  10. fddos.cpp:1121: warning: unused variable ‘n2’
  11. fddos.cpp: In function ‘void armagedon(int, oneHeat*, int, int, int, int, int, int, int*, int&, int*, int*)’:
  12. fddos.cpp:1332: warning: unused variable ‘ipInfo’
  13. fddos.cpp: In function ‘int printNetstat(int, netstat_t*, int, int, sort_item*, int, int*, netstat_t, char*)’:
  14. fddos.cpp:1936: warning: suggest parentheses around && within ||
  15. fddos.cpp:1937: warning: suggest parentheses around && within ||
  16. fddos.cpp:1938: warning: suggest parentheses around && within ||
  17. fddos.cpp:1939: warning: suggest parentheses around && within ||
  18. fddos.cpp:1940: warning: suggest parentheses around && within ||
  19. fddos.cpp:1941: warning: suggest parentheses around && within ||
  20. fddos.cpp:1942: warning: suggest parentheses around && within ||
  21. fddos.cpp:1943: warning: suggest parentheses around && within ||
  22. fddos.cpp:1944: warning: suggest parentheses around && within ||
  23. fddos.cpp: In function ‘int chekState(char*, netstat_t*)’:
  24. fddos.cpp:2002: warning: no return statement in function returning non-void
  25. fddos.cpp: In function ‘int readLogFile(char*, oneHeat*, int&, sort_item*, char (*)[90000][100], sort_item*, int&, int&, char (*)[30000][150], sort_item*, int&, char (*)[25000][200], sort_item*, int&, int&, int*, int*, int, int, int)’:
  26. fddos.cpp:2419: warning: unused variable ‘ad’
  27. fddos.cpp:2420: warning: unused variable ‘ipstr’
  28. fddos.cpp: In function ‘int read_netstat_limit(char*, netstat_t&)’:
  29. fddos.cpp:3036: warning: unused variable ‘f2’
  30. fddos.cpp:3037: warning: unused variable ‘s2’
  31. fddos.cpp: In function ‘int calcCountForUA(int, oneHeat*, int, int&, int&, int&)’:
  32. fddos.cpp:3148: warning: no return statement in function returning non-void
  33. fddos.cpp: In function ‘int calcCountForRef(int, oneHeat*, int, int&, int&, int&)’:
  34. fddos.cpp:3181: warning: no return statement in function returning non-void
  35. fddos.cpp: In function ‘int printLongTime(const char*, time_t, int)’:
  36. fddos.cpp:3338: warning: comparison between signed and unsigned integer expressions
  37. fddos.cpp: In function ‘int calcCountForRef(int, oneHeat*, int, int&, int&, int&)’:
  38. fddos.cpp:3181: warning: control reaches end of non-void function
  39. fddos.cpp: In function ‘int calcCountForUA(int, oneHeat*, int, int&, int&, int&)’:
  40. fddos.cpp:3148: warning: control reaches end of non-void function
  41. fddos.cpp: In function ‘int chekState(char*, netstat_t*)’:
  42. fddos.cpp:2002: warning: control reaches end of non-void function
  43. fddos.cpp: In function ‘int printReqvInfo(int, oneHeat*, int, sort_item*, char (*)[90000][100], int)’:
  44. fddos.cpp:1021: warning: control reaches end of non-void function
  45. fddos.cpp: In function ‘int showOneHeat(int, oneHeat*, char (*)[90000][100], int)’:
  46. fddos.cpp:402: warning: control reaches end of non-void function
  47. fddos.cpp: In function ‘int myTimeToStr(time_t*, char*)’:
  48. fddos.cpp:366: warning: control reaches end of non-void function
  49. fddos.cpp: In function ‘int sort_2(sort_item*)’:
  50. fddos.cpp:192: warning: control reaches end of non-void function
  51. fddos.cpp: In function ‘int readBadStrs(char*, char (*)[30])’:
  52. fddos.cpp:2549: warning: ‘n’ may be used uninitialized in this function
  53. fddos.cpp: In function ‘int main(int, char**)’:
  54. fddos.cpp:3400: warning: ‘show_banned_ip’ may be used uninitialized in this function
  55. fddos.cpp:3442: warning: ‘referrer_info’ may be used uninitialized in this function
  56. fddos.cpp:3441: warning: ‘user_agent_info’ may be used uninitialized in this function
  57. fddos.cpp:3439: warning: ‘reqv_info’ may be used uninitialized in this function
  58. fddos.cpp:3434: warning: ‘user_agent’ may be used uninitialized in this function
  59. fddos.cpp:3431: warning: ‘referrer’ may be used uninitialized in this function
  60. fddos.cpp:3428: warning: ‘reqwest’ may be used uninitialized in this function
  61. fddos.cpp:3422: warning: ‘netstat’ may be used uninitialized in this function
  62. fddos.cpp:3421: warning: ‘log’ may be used uninitialized in this function
  63. fddos.cpp:991: warning: ‘exemple_code’ may be used uninitialized in this function
  64. fddos.cpp:991: note: ‘exemple_code’ was declared here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement