We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b8fb97 + 20c4ae7 commit bfcbe6aCopy full SHA for bfcbe6a
1 file changed
src/main.c
@@ -153,7 +153,7 @@ static void InitConfigPathState(void)
153
#endif
154
}
155
156
-static void EnableConfigPath(CONFIG_SOURCES_ID source)
+static void __attribute__((unused)) EnableConfigPath(CONFIG_SOURCES_ID source)
157
{
158
if (source < SOURCE_COUNT)
159
config_path_enabled[source] = 1;
@@ -893,7 +893,7 @@ void runKELF(const char *kelfpath)
893
LoadExecPS2("moduleload", 4, args);
894
895
896
-static int LocateExternalIRXPath(const char *filename, char *resolved_path, size_t resolved_size)
+static int __attribute__((unused)) LocateExternalIRXPath(const char *filename, char *resolved_path, size_t resolved_size)
897
898
size_t i;
899
static const char *const search_templates[] = {
0 commit comments