Fixed warnings.

This commit is contained in:
Armin Novak 2020-08-10 12:26:46 +02:00
parent 47d02a76ce
commit e50a8e09ee
2 changed files with 3 additions and 1 deletions

View File

@ -595,7 +595,7 @@ static xfRailIcon* RailIconCache_Lookup(xfRailIconCache* cache, UINT8 cacheId, U
* in ARGB format (e.g., 0xFFFF0000L is opaque red), pixels are in normal,
* left-to-right top-down order.
*/
static BOOL convert_rail_icon(ICON_INFO* iconInfo, xfRailIcon* railIcon)
static BOOL convert_rail_icon(const ICON_INFO* iconInfo, xfRailIcon* railIcon)
{
BYTE* argbPixels = NULL;
BYTE* nextPixel;

View File

@ -2804,6 +2804,8 @@ static int input_message_free_input_class(wMessage* msg, int type)
{
int status = 0;
WINPR_UNUSED(msg);
switch (type)
{
case Input_SynchronizeEvent: