Skip to content

Commit

Permalink
Supress warning to have a clean build.
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Huici <[email protected]>
Reviewed-by: Simon Kuenzer <[email protected]>
  • Loading branch information
felipehuici authored and skuenzer committed Feb 13, 2020
1 parent 1888b18 commit f8b3de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.uk
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ CXXINCLUDES-$(CONFIG_LIBPTHREAD_EMBEDDED) += -I$(LIBPTHREAD-EMBEDDED_EXTRACTED)/
################################################################################
LIBPTHREAD-EMBEDDED_SUPPRESS_FLAGS += -Wno-unused-parameter \
-Wno-unused-variable -Wno-unused-value -Wno-unused-function \
-Wno-missing-field-initializers
-Wno-missing-field-initializers -Wno-strict-aliasing

LIBPTHREAD-EMBEDDED_CFLAGS-y += $(LIBPTHREAD-EMBEDDED_SUPPRESS_FLAGS) \
-Wno-pointer-to-int-cast -Wno-int-to-pointer-cast
Expand Down

0 comments on commit f8b3de2

Please sign in to comment.