mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-27 08:45:18 -04:00
Define COMPILER_EXPLICIT_OVERRIDES when using gcc >= 4.7.
This commit is contained in:
parent
68155e8f89
commit
2287250a07
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@
|
|||
# define COMPILER_CONSTEXPR
|
||||
# define COMPILER_NULLPTR
|
||||
# endif
|
||||
# if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407
|
||||
# define COMPILER_EXPLICIT_OVERRIDES
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue