Problem uploading to Arduino Uno Wifi Rev2

I only recently ra into this issue when trying to upload to the Arduino Uno Rev 2.
For any sketch, as soon as I get it to compile, I try to upload and I am met with the same issue:

avrdude: WARNING: invalid value for unused bits in fuse "fuse5", should be set to 1 according to datasheet
This behaviour is deprecated and will result in an error in future version
You probably want to use 0xcd instead of 0xc9 (double check with your datasheet first).

Board: Arduino Uno Wifi Rev2
Registers Emulation: ATMEGA328
Port: detects the right arduino
Programmer: Onboard Atmel mEDBG

It's a warning, not an error.

Your code should work; if it doesn't. please post it, give a description of what it is supposed to do and how the actual behaviour differs.

I had copy paste this code: hd44780/HelloWorld.ino at master · duinoWitchery/hd44780 · GitHub
I mostly was grabbing examples as is and testing just to see if the library would compile before I delve into the details and try to understand why