ducalex / retro-go

Retro emulation for the ODROID-GO and other ESP32 devices
GNU General Public License v2.0
489 stars 114 forks source link

Unused var #84

Closed 32teeth closed 1 year ago

32teeth commented 1 year ago

Describe the bug

Less of a bug, more of a chore

Running a build command with --without-netowkring Produces

warning: 'SETTING_WIFI_SLOT' defined but not used [-Wunused-variable]
 static const char *SETTING_WIFI_SLOT = "slot";
ducalex commented 1 year ago

Should be fixed in bcff7c14370756634fc598e3076f816978704c93. Feel free to re-open or submit a PR if you find more warnings!