From: Matthew Jordan Date: Sat, 11 Apr 2015 15:35:57 +0000 (+0000) Subject: Blocked revisions 434708 X-Git-Tag: 13.4.0-rc1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5807ca519c5ec22249dd265749a983f54ea01953;p=thirdparty%2Fasterisk.git 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. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@434709 65c4cc65-6c06-0410-ace0-fbb531ad65f3 ---