]> git.tuebingen.mpg.de Git - paraslash.git/commit
command.c: Silence clang warning.
authorAndre Noll <maan@systemlinux.org>
Fri, 27 Dec 2013 23:54:42 +0000 (23:54 +0000)
committerAndre Noll <maan@systemlinux.org>
Fri, 27 Dec 2013 23:54:42 +0000 (23:54 +0000)
commit1b9e28744f6b613e878a1875e93a4b7d81a4764e
treed929cd63fab5d71175bb98d335d228c47171f0d6
parent994e7207f84d7c18e0d78484d431df93d973e83e
command.c: Silence clang warning.

command.c:562:32: warning: Null pointer passed as an argument to a 'nonnull' parameter
        return send_sb(&cc->scc, msg, strlen(msg), SBD_OUTPUT, false);

Harmless, the newly added assert() makes scan-build STFU.
command.c