mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 15:39:00 +00:00
Silence a warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53326 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b4d100ad0
commit
8e819aea34
@ -45,7 +45,7 @@ namespace llvm {
|
||||
}
|
||||
|
||||
namespace SectionFlags {
|
||||
const unsigned Invalid = -1UL;
|
||||
const unsigned Invalid = -1U;
|
||||
const unsigned None = 0;
|
||||
const unsigned Code = 1 << 0; ///< Section contains code
|
||||
const unsigned Writeable = 1 << 1; ///< Section is writeable
|
||||
|
Loading…
Reference in New Issue
Block a user