Menu

#10 org_gnu_readline_Readline.c:433: missing expression ?

v1.0 (example)
open
nobody
None
5
2014-10-23
2014-10-23
dcb
No

org_gnu_readline_Readline.c:433:5: warning: 'return' with no value, in function returning non-void

if (jniMethodId == 0) {
return;
}

Maybe better code

if (jniMethodId == 0) {
return NULL;
}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.