mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[warnings] fix unused warnings
This commit is contained in:
@@ -1048,7 +1048,6 @@ static BOOL client_cli_get_rdsaad_access_token(freerdp* instance, const char* sc
|
||||
char* url = NULL;
|
||||
char* token_request = NULL;
|
||||
char* redirect_uri = NULL;
|
||||
size_t redirec_uri_len = 0;
|
||||
|
||||
WINPR_ASSERT(scope);
|
||||
WINPR_ASSERT(req_cnf);
|
||||
|
||||
@@ -27,10 +27,10 @@
|
||||
#include "utils.h"
|
||||
#include "timer.h"
|
||||
|
||||
#define TAG FREERDP_TAG("timer")
|
||||
|
||||
#if !defined(EMSCRIPTEN)
|
||||
#define FREERDP_TIMER_SUPPORTED
|
||||
#else
|
||||
#define TAG FREERDP_TAG("timer")
|
||||
#endif
|
||||
|
||||
typedef ALIGN64 struct
|
||||
|
||||
Reference in New Issue
Block a user