summaryrefslogtreecommitdiff
path: root/src/md/enc
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2015-01-31 01:26:55 -0800
committerJan Vorlicek <janvorli@microsoft.com>2015-01-31 01:26:55 -0800
commitcb3773542726fda1267e81596bd37654f418cff4 (patch)
treeaf85ca55bcbe3e07ae8426f8be6e3d3262bf045e /src/md/enc
parente80a41aa9833244b0b3243a45702f3f389dfbff3 (diff)
downloadcoreclr-cb3773542726fda1267e81596bd37654f418cff4.tar.gz
coreclr-cb3773542726fda1267e81596bd37654f418cff4.tar.bz2
coreclr-cb3773542726fda1267e81596bd37654f418cff4.zip
Replaced compiler option to disabled all warnings in Linux build by options for explicit disabling of specific warnings.
Fixed warnings that were not possible to disable (those that have no identifier) and few other trivial ones. We will need to revisit the warnings fix as many as we reasonably can. [tfs-changeset: 1408205]
Diffstat (limited to 'src/md/enc')
-rw-r--r--src/md/enc/metamodelrw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md/enc/metamodelrw.cpp b/src/md/enc/metamodelrw.cpp
index 70b8e72a44..1575ebfaa1 100644
--- a/src/md/enc/metamodelrw.cpp
+++ b/src/md/enc/metamodelrw.cpp
@@ -3511,7 +3511,7 @@ CMiniMdRW::SaveFullTablesToStream(
// For each table...
for (ixTbl=0; ixTbl<m_TblCount; ++ixTbl)
{
- headerOffset[ixTbl] = ~0UL;
+ headerOffset[ixTbl] = ~0U;
ULONG itemCount = GetCountRecs(ixTbl);
if (itemCount)