1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed compiler warnings from optimized builds

This commit is contained in:
Michael Widenius
2019-01-15 17:05:42 +02:00
parent ce06990056
commit 9990027f87
7 changed files with 10 additions and 10 deletions

View File

@ -9342,7 +9342,7 @@ bool LEX::parsed_insert_select(SELECT_LEX *first_select)
return true;
// fix "main" select
SELECT_LEX *blt= pop_select();
SELECT_LEX *blt __attribute__((unused))= pop_select();
DBUG_ASSERT(blt == &builtin_select);
push_select(first_select);
return false;