diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-20 16:13:18 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-20 16:13:18 +0100 |
commit | 720243baae25d15acd6ac0dbe144a02102867a16 (patch) | |
tree | 2989d0e969d284994f44a9bf1941b36bb4c57348 /extensions | |
parent | e6a7c555cc6919cbe2fdaf794d57ca0819760c92 (diff) |
-Werror,-Wundef
Change-Id: Ia0782d64e23f67b533e57dad587951f061a7c1d2
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/plugin/aqua/macmgr.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/plugin/aqua/macmgr.mm b/extensions/source/plugin/aqua/macmgr.mm index 3b6984502a5e..1c26cf223fa1 100644 --- a/extensions/source/plugin/aqua/macmgr.mm +++ b/extensions/source/plugin/aqua/macmgr.mm @@ -294,7 +294,7 @@ static int parseMimeResource( CFBundleRef i_xBundle, int nAdded = 0; // just to hurt our eyes more there is an alternative mimetype function plus the possibility // of a resource fork. Must be a case of think different. - #if __LP64__ + #if defined __LP64__ int #else SInt16 |