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

Bug#45288: pb2 returns a lot of compilation warnings on linux

Fix assorted compiler warnings.
This commit is contained in:
Davi Arnaut
2010-10-08 11:52:39 -03:00
parent c57244fb17
commit 31e1b12eb0
4 changed files with 6 additions and 7 deletions

View File

@ -513,7 +513,7 @@ start:
arg_count= max(arg_count, arg_index);
goto start;
}
DBUG_ASSERT(0);
return 0;
}