diff options
author | unknown <msvensson@neptunus.(none)> | 2007-01-29 19:36:48 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2007-01-29 19:36:48 +0100 |
commit | 8ad12db74912beefa8a9f7a4626e4bfb2926f71b (patch) | |
tree | 31e91c699d52530c38b5bac68fdaaf790e47bf8a /server-tools/instance-manager/command.cc | |
parent | 4c7aeb3676ba1a284f0e18ea1ef00b19a72f3c84 (diff) | |
download | mariadb-git-8ad12db74912beefa8a9f7a4626e4bfb2926f71b.tar.gz |
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
server-tools/instance-manager/command.cc:
Reorganize include file order to avoid problem with gcc 2.95.3
server-tools/instance-manager/instance.cc:
Reorganize include file order to avoid problem with gcc 2.95.3
Diffstat (limited to 'server-tools/instance-manager/command.cc')
-rw-r--r-- | server-tools/instance-manager/command.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server-tools/instance-manager/command.cc b/server-tools/instance-manager/command.cc index bbaa34b0823..ba84285ead2 100644 --- a/server-tools/instance-manager/command.cc +++ b/server-tools/instance-manager/command.cc @@ -17,9 +17,8 @@ #pragma implementation #endif -#include "command.h" #include "manager.h" - +#include "command.h" Command::Command() :guardian(Manager::get_guardian()), |