Skip to content
Snippets Groups Projects
Commit 521881d6 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Resolve GCC warning

parent c4bfb15f
No related branches found
No related tags found
No related merge requests found
......@@ -2944,7 +2944,7 @@ js_telnet_gate(JSContext *cx, uintN argc, jsval *arglist)
return(JS_TRUE);
}
#define TG_MODE_UNSPECIFIED ~0
#define TG_MODE_UNSPECIFIED ~0U
static JSBool
js_rlogin_gate(JSContext *cx, uintN argc, jsval *arglist)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment