Fix RelWithDebInfoWError warnings on 2.0
Fixed warnings from -Wunused-parameter, -Wunused-variable, -Wunused-but-set-variable. Fixed -Wsometimes-uninitialized on clang in where.c. Removed -Wall -Wextra -Werror from SQL CMakeLists.txt, because it is set by tarantool itself and is redundant. Fixes #3238.
Showing
- src/box/space_def.c 2 additions, 0 deletionssrc/box/space_def.c
- src/box/sql/CMakeLists.txt 0 additions, 3 deletionssrc/box/sql/CMakeLists.txt
- src/box/sql/build.c 1 addition, 1 deletionsrc/box/sql/build.c
- src/box/sql/pragma.c 3 additions, 3 deletionssrc/box/sql/pragma.c
- src/box/sql/vdbeaux.c 1 addition, 1 deletionsrc/box/sql/vdbeaux.c
- src/box/sql/vdbemem.c 1 addition, 0 deletionssrc/box/sql/vdbemem.c
- src/box/sql/where.c 1 addition, 1 deletionsrc/box/sql/where.c
Loading
Please register or sign in to comment