Files
asterisk/tests
Corey Farrell 5fe2e7bfdc tests: Fix warnings found on Mac.
test_pbx used raise without explicitly including signal.h.  On Mac for
some reason nothing else includes it.

test_logger checked if an unsigned int was negative.  Switch the
variable to 'int' so that error check can be effective.

Change-Id: Ie1db5dd1818ac25cc2ae41b644f848b5865b1362
2017-11-18 21:16:03 -06:00
..
2014-07-22 14:22:00 +00:00
2017-06-13 22:05:28 +00:00
2014-07-22 14:22:00 +00:00
2013-08-16 17:33:21 +00:00
2017-11-18 21:16:03 -06:00