Skip to content
Snippets Groups Projects
Commit f38c9908 authored by ghuter's avatar ghuter
Browse files

add -Wno-unused-function to CFLAGS in makefile

parent fdd08d9a
No related branches found
No related tags found
4 merge requests!9fix sensor example (doc),!4Amd, Tests, Doc, CI/CD,!2build system (v0), add long options,!1build system (v0), add long options, corrections
......@@ -8,7 +8,7 @@ OBJECTS = $(addprefix $(OBJ_DIR)/, mojitos.o counters.o rapl.o network.o load.o
OBJECTS_GRP = $(subst _individual,_group, $(OBJECTS))
CC = gcc
CFLAGS = -std=gnu99 -O3 -Wall -Wextra -Werror -Wpedantic
CFLAGS = -std=gnu99 -O3 -Wall -Wextra -Werror -Wpedantic -Wno-unused-function
ASTYLE = astyle --style=kr -xf -s4 -k3 -n -Z -Q
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment