summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-05-18 14:09:25 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-05-18 14:09:42 -0400
commit383297b1018f40fc603d89d23d40ee227fb44eb9 (patch)
tree007408c66f770848858daf10ff89e318a335a802
parent07a0b64f7a6cb05b2224876fabdd074e1993894b (diff)
nlm_ttl74xx.cpp: Fix clang build [-Werror,-Wunused-function] (nw)
-rw-r--r--src/lib/netlist/macro/nlm_ttl74xx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/netlist/macro/nlm_ttl74xx.cpp b/src/lib/netlist/macro/nlm_ttl74xx.cpp
index e695e4c60b0..0785336fc55 100644
--- a/src/lib/netlist/macro/nlm_ttl74xx.cpp
+++ b/src/lib/netlist/macro/nlm_ttl74xx.cpp
@@ -1658,6 +1658,7 @@ NETLIST_START(TTL74XX_lib)
LOCAL_LIB_ENTRY(TTL_74LS14_DIP)
LOCAL_LIB_ENTRY(TTL_7416_DIP)
LOCAL_LIB_ENTRY(TTL_7420_DIP)
+ LOCAL_LIB_ENTRY(TTL_7421_DIP)
LOCAL_LIB_ENTRY(TTL_7425_DIP)
LOCAL_LIB_ENTRY(TTL_7427_DIP)
LOCAL_LIB_ENTRY(TTL_7430_DIP)