Browse Source

Fix build for gcc 5.2.0

cl-refactor
Lefteris Karapetsas 10 years ago
parent
commit
07eb0a0637
  1. 2
      alethzero/MainFace.h

2
alethzero/MainFace.h

@ -44,7 +44,7 @@ namespace az
{
#define DEV_AZ_NOTE_PLUGIN(ClassName) \
static bool s_notePlugin = [](){ MainFace::notePlugin([](MainFace* m){ return new ClassName(m); }); return true; }()
static bool s_notePlugin __attribute__((unused)) = [](){ MainFace::notePlugin([](MainFace* m){ return new ClassName(m); }); return true; }()
class Plugin;
class MainFace;

Loading…
Cancel
Save