Skip to content

Commit

Permalink
lib-dropbear: remove unneeded flags
Browse files Browse the repository at this point in the history
  • Loading branch information
extinctpotato committed Nov 26, 2023
1 parent befdf61 commit ae0f6ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/lib-dropbear/Makefile.uk
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ LIBDROPBEAR_FLAGS = -Wpointer-arith -DDROPBEAR_SERVER
LIBDROPBEAR_SVR-MAIN_FLAGS = -Dmain=custom_dropbear_main
LIBDROPBEAR_DROPBEARKEY_FLAGS = -Dmain=dropbearkey_main

# Suppress some warnings to make the build process look neater
LIBDROPBEAR_FLAGS_SUPPRESS = -Wno-unused-parameter -Wno-unused-variable \
-Wno-unused-but-set-variable -Wno-unused-value

LIBDROPBEAR_CFLAGS-y += $(LIBDROPBEAR_FLAGS)
LIBDROPBEAR_CFLAGS-y += $(LIBDROPBEAR_FLAGS_SUPPRESS)
LIBDROPBEAR_TOMCRYPT_CFLAGS-y += -DLTC_SOURCE

CINCLUDES-y += -I$(LIBDROPBEAR_BASE)/include
Expand Down

0 comments on commit ae0f6ef

Please sign in to comment.