diff options
author | Mattes D <github@xoft.cz> | 2016-02-24 14:56:10 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-02-24 14:57:34 +0100 |
commit | 191140dd5ea6b9be8f014708bf188046296669f6 (patch) | |
tree | e70c704e30a4f96d67694269b32973c3dec8219a | |
parent | Fixed includes in IntGen. (diff) | |
download | cuberite-191140dd5ea6b9be8f014708bf188046296669f6.tar cuberite-191140dd5ea6b9be8f014708bf188046296669f6.tar.gz cuberite-191140dd5ea6b9be8f014708bf188046296669f6.tar.bz2 cuberite-191140dd5ea6b9be8f014708bf188046296669f6.tar.lz cuberite-191140dd5ea6b9be8f014708bf188046296669f6.tar.xz cuberite-191140dd5ea6b9be8f014708bf188046296669f6.tar.zst cuberite-191140dd5ea6b9be8f014708bf188046296669f6.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Globals.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/src/Globals.h b/src/Globals.h index 5cc323b9e..dd331cd34 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -99,24 +99,9 @@ #error "You are using an unsupported compiler, you might need to #define some stuff here for your compiler" - /* - // Copy and uncomment this into another #elif section based on your compiler identification - - // Explicitly mark classes as abstract (no instances can be created) - #define abstract - - // Mark virtual methods as overriding (forcing them to have a virtual function of the same signature in the base class) - #define override - - // Mark functions as obsolete, so that their usage results in a compile-time warning - #define OBSOLETE +#endif - // Mark types / variables for alignment. Do the platforms need it? - #define ALIGN_8 - #define ALIGN_16 - */ -#endif #ifdef _DEBUG |