Skip to content
Snippets Groups Projects
  • Corey Farrell's avatar
    75cb4037
    tests: Fix warnings found on Mac. · 75cb4037
    Corey Farrell authored
    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
    75cb4037
    History
    tests: Fix warnings found on Mac.
    Corey Farrell authored
    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