Commit d85fa886 authored by kevg's avatar kevg Committed by Aleksey Midenkov

Misc: disable clang warning 'offset for non-POD type'

parent 9e9af76e
......@@ -77,6 +77,11 @@
#define GET_HA_ROWS GET_ULONG
#endif
// Disable warning caused by SESSION_VAR() macro
#ifdef __clang__
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#endif
/*
special assert for sysvars. Tells the name of the variable,
and fails even in non-debug builds.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment