K 10 svn:author V 8 kbowling K 8 svn:date V 27 2021-09-24T01:43:51.616382Z K 7 svn:log V 657 e1000: clean LTO warnings During LTO build compiler reports some 'false positive' warnings about variables being possibly used uninitialized. This patch silences these warnings. Exemplary compiler warning to suppress (with LTO enabled): error: 'link' may be used uninitialized in this function [-Werror=maybe-uninitialized] if (link) { Signed-off-by: Andrzej Ostruszka Approved by: imp Obtained from: DPDK (46136031f19107f4e9b6b3a952cb7f57877a7f0f) MFC after: 1 week (cherry picked from commit 089cdb3990f47be3cd34d1a57567a2e89c917929) Git Hash: f4d49d0a6cd01a2004dc83fce695270615c6fe74 Git Author: aostruszka@marvell.com END