Author: mjordan Date: Sat Apr 11 10:35:57 2015 New Revision: 434709 URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=434709 Log: Blocked revisions 434708
........ main/event: Remove unnecessary assignment of negative value to enum When cleaning up some clang compiler warnings, the comparison of a negative value to an unsigned enum was removed. However, the initial assignment of a negative value to said enum remained in the variable declaration. This patch removes that assignment. Thanks to ibercom in #asterisk-bugs for pointing it out. Modified: branches/13/ (props changed) Propchange: branches/13/ ------------------------------------------------------------------------------ --- branch-11-blocked (original) +++ branch-11-blocked Sat Apr 11 10:35:57 2015 @@ -1,1 +1,1 @@ -/branches/11:431620 +/branches/11:431620,434708 -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- svn-commits mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/svn-commits