[ros-diffs] [royce] 19567: fix signed/unsigned comparison warning
royce at svn.reactos.com
royce at svn.reactos.com
Fri Nov 25 20:12:19 CET 2005
fix signed/unsigned comparison warning
Modified: trunk/reactos/tools/rsym.c
_____
Modified: trunk/reactos/tools/rsym.c
--- trunk/reactos/tools/rsym.c 2005-11-25 18:43:51 UTC (rev 19566)
+++ trunk/reactos/tools/rsym.c 2005-11-25 19:12:04 UTC (rev 19567)
@@ -610,7 +610,7 @@
{
RosSymOffset = CurrentSectionHeader->PointerToRawData +
CurrentSectionHeader->SizeOfRawData;
}
- if (Section == InRelocSectionIndex)
+ if (Section == (ULONG)InRelocSectionIndex)
{
OutRelocSection = CurrentSectionHeader;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051125/bc3eae77/attachment.html
More information about the Ros-diffs
mailing list