Re: [PATCH] qed: Fix -Wmaybe-uninitialized false positive

2019-06-18 Thread David Miller
From: Arnd Bergmann Date: Mon, 17 Jun 2019 15:04:49 +0200 > A previous attempt to shut up the uninitialized variable use > warning was apparently insufficient. When CONFIG_PROFILE_ANNOTATED_BRANCHES > is set, gcc-8 still warns, because the unlikely() check in DP_NOTICE() > causes it to no longer

RE: [PATCH] qed: Fix -Wmaybe-uninitialized false positive

2019-06-18 Thread Michal Kalderon
> From: Arnd Bergmann > Sent: Monday, June 17, 2019 4:05 PM > > A previous attempt to shut up the uninitialized variable use warning was > apparently insufficient. When CONFIG_PROFILE_ANNOTATED_BRANCHES is > set, gcc-8 still warns, because the unlikely() check in DP_NOTICE() causes it > to > no