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

Polishing: generate more warnings and make code warnings-free.

This commit is contained in:
anozdrin/alik@alik.
2006-11-17 16:45:29 +03:00
parent 8c55f4743d
commit c6cd61a5cc
8 changed files with 39 additions and 17 deletions

View File

@ -274,7 +274,6 @@ Command *parse_command(const char *text)
uint word_len;
LEX_STRING instance_name;
Command *command= 0;
const char *saved_text= text;
Token tok1= shift_token(&text, &word_len);