]> git.ipfire.org Git - thirdparty/asterisk.git/commit
clang compiler warnings: Fix various warnings for tests
authorMatthew Jordan <mjordan@digium.com>
Sat, 11 Apr 2015 15:26:15 +0000 (15:26 +0000)
committerMatthew Jordan <mjordan@digium.com>
Sat, 11 Apr 2015 15:26:15 +0000 (15:26 +0000)
commit68f974978d0d757f4aca25dd0df17131e72872c2
tree2401c0be18818b292317d9f1c531f79d5dd45d48
parent7bee716f86d1808f17768ab1018f1d341dc9c361
clang compiler warnings: Fix various warnings for tests

This patch fixes a variety of clang compiler warnings for unit tests. This
includes autological comparison issues, ignored return values, and
interestingly enough, one embedded function. Fun!

Review: https://reviewboard.asterisk.org/r/4555

ASTERISK-24917
Reported by: dkdegroot
patches:
  rb4555.patch submitted by dkdegroot (License 6600)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@434705 65c4cc65-6c06-0410-ace0-fbb531ad65f3
tests/test_acl.c
tests/test_sched.c
tests/test_stringfields.c
tests/test_strings.c