diff --git a/Source/Project64/UserInterface/WTLControls/ClistCtrl/ListCtrl.h b/Source/Project64/UserInterface/WTLControls/ClistCtrl/ListCtrl.h index ff420fac9..be8ce9469 100644 --- a/Source/Project64/UserInterface/WTLControls/ClistCtrl/ListCtrl.h +++ b/Source/Project64/UserInterface/WTLControls/ClistCtrl/ListCtrl.h @@ -11,10 +11,13 @@ #include #include +#pragma warning(push) +#pragma warning(disable : 4838) // warning C4838: conversion from 'int' to 'UINT' requires a narrowing conversion #include #include #include #include +#pragma warning(pop) #include "DragDrop.h" #include "DropArrows.h" @@ -899,7 +902,6 @@ public: if ( !GetColumnRect( nSubItem, rcColumn ) ) return FALSE; - CRect rcClient; GetClientRect( rcClient ); int nScrollPos = 0;