Skip to content

Commit

Permalink
warn return value is not used anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
penartur committed May 25, 2012
1 parent 2b49c3e commit 3903a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jslint.js
Expand Up @@ -1145,7 +1145,7 @@ var JSLINT = (function () {
}

function warn(message, offender, a, b, c, d) {
return do_warn(message, offender, a, b, c, d);
do_warn(message, offender, a, b, c, d);
}

function warn_at(message, line, character, a, b, c, d) {
Expand Down

0 comments on commit 3903a0d

Please sign in to comment.