Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. Scanning dependencies of target sqlite3
  2. [ 57%] Building C object SQLiteCpp/sqlite3/CMakeFiles/sqlite3.dir/sqlite3.c.o
  3. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c: In function ‘sqlite3VXPrintf’:
  4. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:25940:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
  5. flag_long = sizeof(char*)==sizeof(i64) ? 2 :
  6. ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. sizeof(char*)==sizeof(long int) ? 1 : 0;
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:25943:7: note: here
  10. case etORDINAL:
  11. ^~~~
  12. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:25945:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
  13. cThousand = 0;
  14. ~~~~~~~~~~^~~
  15. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:25947:7: note: here
  16. case etDECIMAL:
  17. ^~~~
  18. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c: In function ‘sqlite3GetToken’:
  19. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:140933:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
  20. if( !sqlite3Isdigit(z[1]) )
  21. ^
  22. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:140942:5: note: here
  23. case CC_DIGIT: {
  24. ^~~~
  25. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:141032:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
  26. if( z[1]=='\'' ){
  27. ^
  28. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:141046:5: note: here
  29. case CC_ID: {
  30. ^~~~
  31. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c: In function ‘sqlite3ExprCodeTarget’:
  32. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:95065:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  33. case TK_AGG_COLUMN: {
  34. ^
  35. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:95078:5: note: here
  36. case TK_COLUMN: {
  37. ^~~~
  38. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c: In function ‘resolveP2Values’:
  39. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:72592:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
  40. if( pOp->p2!=0 ) p->readOnly = 0;
  41. ^
  42. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:72595:9: note: here
  43. case OP_AutoCommit:
  44. ^~~~
  45. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c: In function ‘fkActionTrigger’:
  46. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:109504:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
  47. if( !pChanges ){
  48. ^
  49. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:109508:7: note: here
  50. default:
  51. ^~~~~~~
  52. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c: In function ‘sqlite3GenerateConstraintChecks’:
  53. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:111002:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
  54. onError = OE_Abort;
  55. ^
  56. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:111005:7: note: here
  57. case OE_Rollback:
  58. ^~~~
  59. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c: In function ‘sqlite3VdbeExec’:
  60. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:79890:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
  61. if( (pIn3->flags & MEM_Null)==0 ) break;
  62. ^
  63. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:79924:1: note: here
  64. case OP_Halt: {
  65. ^~~~
  66. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:80054:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
  67. if( pOp->p1>db->aLimit[SQLITE_LIMIT_LENGTH] ){
  68. ^
  69. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:80073:1: note: here
  70. case OP_String: { /* out2 */
  71. ^~~~
  72. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:83862:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  73. p->aCounter[SQLITE_STMTSTATUS_SORT]++;
  74. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  75. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:83877:1: note: here
  76. case OP_Rewind: { /* jump */
  77. ^~~~
  78. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:85137:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
  79. pOp->opcode = OP_AggStep;
  80. ^
  81. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:85140:1: note: here
  82. case OP_AggStep: {
  83. ^~~~
  84. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:85931:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
  85. pOp->opcode += 2;
  86. ~~~~~~~~~~~~^~~~
  87. /root/Desktop/abc/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c:85934:1: note: here
  88. case OP_PureFunc:
  89. ^~~~
  90. [ 64%] Linking C static library libsqlite3.a
  91. [ 64%] Built target sqlite3
  92. Scanning dependencies of target pcapreader
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement