[asterisk-commits] mjordan: branch 13 r434709 - /branches/13/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Apr 11 10:35:58 CDT 2015
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
More information about the asterisk-commits
mailing list