mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-05 18:49:06 +00:00
Force a semicolon at the end of the LLVM_ENABLE_BITMASK_ENUMS_IN_NAMESPACE() macro.
This silences a warning about an extra semicolon on gcc. llvm-svn: 275349
This commit is contained in:
parent
86d853e8c7
commit
2ce62bc5b9
@ -60,7 +60,8 @@
|
||||
using ::llvm::BitmaskEnumDetail::operator^; \
|
||||
using ::llvm::BitmaskEnumDetail::operator|=; \
|
||||
using ::llvm::BitmaskEnumDetail::operator&=; \
|
||||
using ::llvm::BitmaskEnumDetail::operator^=;
|
||||
/* Force a semicolon at the end of this macro. */ \
|
||||
using ::llvm::BitmaskEnumDetail::operator^=
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user