mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
5.3 merge
This commit is contained in:
@@ -17,7 +17,7 @@ const char *func3()
|
||||
|
||||
void func2()
|
||||
{
|
||||
const char *s;
|
||||
const char *s __attribute__((unused));
|
||||
DBUG_ENTER("func2");
|
||||
s=func3();
|
||||
DBUG_PRINT("info", ("s=%s", s));
|
||||
|
Reference in New Issue
Block a user