mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Bug#22579 use --warning-mode=pedantic and -std=c89 flags when compiling with gcc
- Reorganize include file order to avoid problem with gcc 2.95.3 - Compiler is confused by forward class declarations
This commit is contained in:
@ -17,9 +17,8 @@
|
||||
#pragma implementation
|
||||
#endif
|
||||
|
||||
#include "command.h"
|
||||
#include "manager.h"
|
||||
|
||||
#include "command.h"
|
||||
|
||||
Command::Command()
|
||||
:guardian(Manager::get_guardian()),
|
||||
|
Reference in New Issue
Block a user