Re: [PATCH] mac80211: remove compilation warning on mesh
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2015-06-29 07:27:32
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2015-06-29 07:27:32
On Mon, 2015-06-29 at 11:50 +0800, Chun-Yeow Yeoh wrote:
Remove the warning on the following: mesh_hwmp.c: warning: ‘target_metric’ may be used uninitialized in this function [-Wmaybe-uninitialized]
I don't see any such warning, and would prefer not to have a blanket initialization that might in the future suppress a valid warning. johannes