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:
Anton Korobeynikov 2008-07-09 13:56:43 +00:00
parent 4b4d100ad0
commit 8e819aea34

View File

@ -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