diff options
author | Mattes D <github@xoft.cz> | 2016-02-24 21:29:38 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-02-24 21:29:38 +0100 |
commit | 7f76c7f3625d6e26f423c68dc0bbcb859cad2c06 (patch) | |
tree | cb6f0bbcdbd67f62a3073868fe78f7e7c0b167bd /src/Globals.h | |
parent | Merge pull request #3044 from LogicParrot/chunkRemove (diff) | |
parent | Fixed LinearUpscale's bounds checking. (diff) | |
download | cuberite-7f76c7f3625d6e26f423c68dc0bbcb859cad2c06.tar cuberite-7f76c7f3625d6e26f423c68dc0bbcb859cad2c06.tar.gz cuberite-7f76c7f3625d6e26f423c68dc0bbcb859cad2c06.tar.bz2 cuberite-7f76c7f3625d6e26f423c68dc0bbcb859cad2c06.tar.lz cuberite-7f76c7f3625d6e26f423c68dc0bbcb859cad2c06.tar.xz cuberite-7f76c7f3625d6e26f423c68dc0bbcb859cad2c06.tar.zst cuberite-7f76c7f3625d6e26f423c68dc0bbcb859cad2c06.zip |
Diffstat (limited to 'src/Globals.h')
-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 |