Fix Wunused complains

This commit is contained in:
Alfrix 2018-10-20 09:50:06 -03:00
parent 882a25326c
commit 82c3103f82

View File

@ -632,6 +632,7 @@ static void setting_get_string_representation_uint_xmb_layout(
} }
} }
#ifdef HAVE_MATERIALUI
static void setting_get_string_representation_uint_materialui_menu_color_theme( static void setting_get_string_representation_uint_materialui_menu_color_theme(
rarch_setting_t *setting, rarch_setting_t *setting,
char *s, size_t len) char *s, size_t len)
@ -680,6 +681,7 @@ static void setting_get_string_representation_uint_materialui_menu_color_theme(
break; break;
} }
} }
#endif
static void setting_get_string_representation_uint_xmb_menu_color_theme( static void setting_get_string_representation_uint_xmb_menu_color_theme(
rarch_setting_t *setting, rarch_setting_t *setting,
@ -765,6 +767,7 @@ static void setting_get_string_representation_uint_xmb_menu_color_theme(
} }
} }
#ifdef HAVE_SHADERPIPELINE
static void setting_get_string_representation_uint_xmb_shader_pipeline( static void setting_get_string_representation_uint_xmb_shader_pipeline(
rarch_setting_t *setting, rarch_setting_t *setting,
char *s, size_t len) char *s, size_t len)
@ -809,6 +812,7 @@ static void setting_get_string_representation_uint_xmb_shader_pipeline(
break; break;
} }
} }
#endif
static void setting_get_string_representation_uint_video_monitor_index(rarch_setting_t *setting, static void setting_get_string_representation_uint_video_monitor_index(rarch_setting_t *setting,
char *s, size_t len) char *s, size_t len)