diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-11-18 20:34:44 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-11-18 20:34:44 +0100 |
commit | aa601cb875b3fbf1138fb29a657edb8233275c50 (patch) | |
tree | 86ddc115d0fc6ad38b493d8bd92d09de6f2b3a59 /src/gwin | |
parent | 7586685d0778153967ec2c0ecbdcf0d66042f17a (diff) | |
parent | d7e5c9f606f0abd5e62c0c4e5751a2035d541d50 (diff) | |
download | uGFX-aa601cb875b3fbf1138fb29a657edb8233275c50.tar.gz uGFX-aa601cb875b3fbf1138fb29a657edb8233275c50.tar.bz2 uGFX-aa601cb875b3fbf1138fb29a657edb8233275c50.zip |
Merge branch 'master' of https://bitbucket.org/Tectu/ugfx
Diffstat (limited to 'src/gwin')
-rw-r--r-- | src/gwin/gwin_class.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gwin/gwin_class.h b/src/gwin/gwin_class.h index 041c9152..f2aa4df0 100644 --- a/src/gwin/gwin_class.h +++ b/src/gwin/gwin_class.h @@ -23,10 +23,6 @@ #if GFX_USE_GWIN || defined(__DOXYGEN__) -#if GFX_COMPILER == GFX_COMPILER_KEIL - #pragma anon_unions -#endif - /** * @brief The predefined flags for a Window * @{ |