mirror of https://github.com/FreeRDP/FreeRDP
Fixed warnings.
This commit is contained in:
parent
47d02a76ce
commit
e50a8e09ee
|
@ -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,
|
* in ARGB format (e.g., 0xFFFF0000L is opaque red), pixels are in normal,
|
||||||
* left-to-right top-down order.
|
* 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* argbPixels = NULL;
|
||||||
BYTE* nextPixel;
|
BYTE* nextPixel;
|
||||||
|
|
|
@ -2804,6 +2804,8 @@ static int input_message_free_input_class(wMessage* msg, int type)
|
||||||
{
|
{
|
||||||
int status = 0;
|
int status = 0;
|
||||||
|
|
||||||
|
WINPR_UNUSED(msg);
|
||||||
|
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case Input_SynchronizeEvent:
|
case Input_SynchronizeEvent:
|
||||||
|
|
Loading…
Reference in New Issue