summaryrefslogtreecommitdiffstats
path: root/mfbt/Attributes.h
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-02-04 19:48:51 +0100
committerGitHub <noreply@github.com>2018-02-04 19:48:51 +0100
commitc1855eae91646bd3092660ffe193ad36d8b61287 (patch)
tree77b44a2c440e9262e26ea626c07d4f8815b3fc74 /mfbt/Attributes.h
parent3ef4f63ec257cf90ad4bf8695a1e4e291f811af2 (diff)
parent65c311a7ef443b953c4f618afc6b81578a5dea3b (diff)
downloadUXP-c1855eae91646bd3092660ffe193ad36d8b61287.tar
UXP-c1855eae91646bd3092660ffe193ad36d8b61287.tar.gz
UXP-c1855eae91646bd3092660ffe193ad36d8b61287.tar.lz
UXP-c1855eae91646bd3092660ffe193ad36d8b61287.tar.xz
UXP-c1855eae91646bd3092660ffe193ad36d8b61287.zip
Merge pull request #9 from trav90/buildsystem-work
Require at least GCC 4.9
Diffstat (limited to 'mfbt/Attributes.h')
-rw-r--r--mfbt/Attributes.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/mfbt/Attributes.h b/mfbt/Attributes.h
index df6172f31..c875e3a8c 100644
--- a/mfbt/Attributes.h
+++ b/mfbt/Attributes.h
@@ -562,9 +562,7 @@
# define MOZ_HAVE_REF_QUALIFIERS
#elif defined(__GNUC__)
# include "mozilla/Compiler.h"
-# if MOZ_GCC_VERSION_AT_LEAST(4, 8, 1)
-# define MOZ_HAVE_REF_QUALIFIERS
-# endif
+# define MOZ_HAVE_REF_QUALIFIERS
#endif
#endif /* __cplusplus */