- Only apply the previously added CWARNFLAGS to drv.c instead of the whole module.
- Only apply -Wno-initializer-overrides to CWARNFLAGS in the clang scenario for drv.c as the flag is clang-specific.
This fixes building the module with gcc and avoids accidentally
introducing tech debt with the module, in the event other issues are
accidentally introduced.
MFC after: 3 days
Fixes: 6b627f8858 ("iwlwifi: update Intel's mvm/mld drivers")