Skip to content
Snippets Groups Projects
Closed new compiler warnings
  • View options
  • new compiler warnings

  • View options
  • Closed Issue created by Nigel Reed
    Compiling js_console.cpp
    js_console.cpp: In function ‘JSBool js_cond_newline(JSContext*, uintN, jsval*)’:
    js_console.cpp:1226:16: warning: unused variable ‘argv’ [-Wunused-variable]
     1226 |         jsval *argv=JS_ARGV(cx, arglist);
          |                ^~~~
    js_console.cpp: In function ‘JSBool js_cond_blankline(JSContext*, uintN, jsval*)’:
    js_console.cpp:1244:16: warning: unused variable ‘argv’ [-Wunused-variable]
     1244 |         jsval *argv=JS_ARGV(cx, arglist);
          |                ^~~~
    js_console.cpp: In function ‘JSBool js_cond_contline(JSContext*, uintN, jsval*)’:
    js_console.cpp:1262:16: warning: unused variable ‘argv’ [-Wunused-variable]
     1262 |         jsval *argv=JS_ARGV(cx, arglist);
          |                ^~~~

    Linked items ... 0

  • Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first
    Loading Loading Loading Loading Loading Loading Loading Loading Loading Loading