MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11"
5.5 part of the fix
This commit is contained in:
parent
fc2c1e4385
commit
11b77e9b18
@ -26,7 +26,7 @@
|
||||
|
||||
#ifndef GCALC_DBUG_OFF
|
||||
#define GCALC_DBUG_PRINT(b) DBUG_PRINT("Gcalc", b)
|
||||
#define GCALC_DBUG_ENTER(a) DBUG_ENTER("Gcalc "a)
|
||||
#define GCALC_DBUG_ENTER(a) DBUG_ENTER("Gcalc " a)
|
||||
#define GCALC_DBUG_RETURN(r) DBUG_RETURN(r)
|
||||
#define GCALC_DBUG_VOID_RETURN DBUG_VOID_RETURN
|
||||
#define GCALC_DBUG_ASSERT(r) DBUG_ASSERT(r)
|
||||
|
Loading…
x
Reference in New Issue
Block a user