treewide: remove empty default cases
There is no apparent reason to have an empty default case. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=missing-macros
|
||||
PKG_RELEASE:=10
|
||||
PKG_RELEASE:=11
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
|
||||
@@ -147,8 +147,6 @@ case $host_os in
|
||||
cygwin* | mingw* | pw32*)
|
||||
test "X$LIBS" != "X" && LIBS="$LIBS "
|
||||
LIBS="${LIBS}-lwinmm" ;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
])#
|
||||
|
||||
Reference in New Issue
Block a user