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

Resolve GCC warning

parent 15251026
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2543 passed
...@@ -2944,7 +2944,7 @@ js_telnet_gate(JSContext *cx, uintN argc, jsval *arglist) ...@@ -2944,7 +2944,7 @@ js_telnet_gate(JSContext *cx, uintN argc, jsval *arglist)
return(JS_TRUE); return(JS_TRUE);
} }
#define TG_MODE_UNSPECIFIED ~0 #define TG_MODE_UNSPECIFIED ~0U
static JSBool static JSBool
js_rlogin_gate(JSContext *cx, uintN argc, jsval *arglist) 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