On Fri, 4 Dec 2020 17:10:20 -0800, Pallavi Kadam wrote: > Warning generated using Clang compiler: > ..\drivers\net\i40e\base/i40e_osdep.h:34:14: warning: forward references > to 'enum' types are a Microsoft extension > [-Wmicrosoft-enum-forward-reference] > typedef enum i40e_status_code i40e_status; > ^ > > Adding -Wmicrosoft-enum-forward-reference compiler flag to disable > the warning on Windows Clang.
@i40e maintainers, Is this typedef necessary? Disabling a warning is usually the last resort.