Installing GCC 7.3.1 so that drivers update[SOLVED]
Anyone who has installed kernel 4.14.16-300 has probably run into issues with compiler out of date messages, for any drivers compiled with GCC 7.2.1, so you can perform the following step, to install the latest GCC and recompile your drivers.
sudo dnf --enablerepo=updates-testing upgrade gcc-c++
Hope this helps.