----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3098/ -----------------------------------------------------------
(Updated Jan. 2, 2014, 12:51 p.m.) Review request for Asterisk Developers and Matt Jordan. Changes ------- Modified code in chan_unistim to use unsigned int. Not really sure why that fixed the issue (seems like a gcc compiler problem maybe), but it did. Repository: Asterisk Description ------- Fixed a couple of compiler warnings (errors in 'dev-mode') given by gcc version 4.8.1 (on Ubuntu). The one in app_meetme involved the 'sizeof-pointer-memaccess' (see: http://gcc.gnu.org/gcc-4.8/porting_to.html) warning. The one in chan_unistim was issuing an array out of bounds message. Fixed both so they would no longer issue warnings and can compile again in 'dev-mode'. Diffs (updated) ----- branches/1.8/channels/chan_unistim.c 404591 branches/1.8/apps/app_meetme.c 404591 Diff: https://reviewboard.asterisk.org/r/3098/diff/ Testing ------- Thanks, Kevin Harwell
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
