[build] fix some warnings

This commit is contained in:
David Fort 2023-12-19 10:21:04 +01:00 committed by akallabeth
parent 4e97cc4dbe
commit 8d461f40ab
2 changed files with 2 additions and 10 deletions

View File

@ -51,6 +51,7 @@
static int xf_input_event(xfContext* xfc, const XEvent* xevent, XIDeviceEvent* event, int evtype);
#ifdef DEBUG_XINPUT
static const char* xf_input_get_class_string(int class)
{
if (class == XIKeyClass)
@ -66,6 +67,7 @@ static const char* xf_input_get_class_string(int class)
return "XIUnknownClass";
}
#endif
static BOOL register_input_events(xfContext* xfc, Window window)
{
@ -875,17 +877,11 @@ static int xf_input_handle_event_remote(xfContext* xfc, const XEvent* event)
/* fallthrough */
WINPR_FALLTHROUGH
case XI_TouchUpdate:
/* fallthrough */
WINPR_FALLTHROUGH
case XI_TouchEnd:
xf_input_touch_remote(xfc, cookie.cc->data, cookie.cc->evtype);
break;
case XI_ButtonPress:
/* fallthrough */
WINPR_FALLTHROUGH
case XI_Motion:
/* fallthrough */
WINPR_FALLTHROUGH
case XI_ButtonRelease:
{
WLog_DBG(TAG, "checking for pen");

View File

@ -209,11 +209,7 @@ static CK_RV object_load_attributes(NCryptP11ProviderHandle* provider, CK_SESSIO
/* fallthrough */
WINPR_FALLTHROUGH
case CKR_ATTRIBUTE_SENSITIVE:
/* fallthrough */
WINPR_FALLTHROUGH
case CKR_ATTRIBUTE_TYPE_INVALID:
/* fallthrough */
WINPR_FALLTHROUGH
case CKR_BUFFER_TOO_SMALL:
/* attributes need some buffers for the result value */
if (!attributes_allocate_buffers(attributes, count))