Skip to content

Commit

Permalink
MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11"
Browse files Browse the repository at this point in the history
5.5 part of the fix
  • Loading branch information
vuvova committed Mar 18, 2016
1 parent fc2c1e4 commit 11b77e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/gcalc_slicescan.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 11b77e9

Please sign in to comment.