]> git.ipfire.org Git - thirdparty/asterisk.git/commit
build: Fix building with newer GCC. 63/1763/2
authorJoshua Colp <jcolp@digium.com>
Fri, 4 Dec 2015 14:22:08 +0000 (10:22 -0400)
committerJoshua Colp <jcolp@digium.com>
Fri, 4 Dec 2015 16:29:37 +0000 (12:29 -0400)
commitb59b0bb509f1a7af741f69b238e849d7741f8bca
tree31a6b9fb2875f928ae0bc9ffea819a6ef3bc132c
parentcfb3aef45bc96d1f0d654341a640a8e40467bbdf
build: Fix building with newer GCC.

Newer GCC is upset that the features flags are uninitialized.
Zero them out so it is less upset.

Change-Id: I05162699e1b36bce4145f58a63b47ad19c6975ac
main/features.c