mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
Merge pull request #148 from grooverdan/5.5-rpl_reporting-cppcheck-va_end
MDEV-9433: Add va_end to sql/rpl_reporting.cc to make cppcheck happy
This commit is contained in:
commit
db5f743c31
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ Slave_reporting_capability::report(loglevel level, int err_code,
|
|||
report_function= sql_print_information;
|
||||
break;
|
||||
default:
|
||||
va_end(args);
|
||||
DBUG_ASSERT(0); // should not come here
|
||||
return; // don't crash production builds, just do nothing
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue