netlist: fix some pedantic clang warnings.

This commit is contained in:
couriersud 2020-08-17 16:07:44 +02:00
parent b55747b276
commit da734ea0c9
4 changed files with 5 additions and 5 deletions

View File

@ -201,4 +201,4 @@ namespace netlist
NETLIB_DEVICE_IMPL(8277_dip, "TTL_8277_DIP", "")
} //namespace devices
} // namespace netlist
} // namespace netlist

View File

@ -24,4 +24,4 @@
#define TTL_8277_DIP(name) \
NET_REGISTER_DEV(TTL_8277_DIP, name)
#endif /* NLD_2877_H_ */
#endif /* NLD_2877_H_ */

View File

@ -57,7 +57,7 @@ namespace netlist
public:
state_var<bool> m_enable;
state_var<uint8_t> m_o;
state_var<uint32_t> m_o;
object_array_t<logic_input_t, 2> m_A;
object_array_t<logic_output_t, 4> m_D;
logic_input_t m_E;
@ -102,4 +102,4 @@ namespace netlist
NETLIB_DEVICE_IMPL(9321, "TTL_9321", "+SELECT,+A1,+B1,+A2,+B2,+A3,+B3,+A4,+B4,+STROBE,@VCC,@GND")
} //namespace devices
} // namespace netlist
} // namespace netlist

View File

@ -13,4 +13,4 @@
#define TTL_9321(...) \
NET_REGISTER_DEVEXT(TTL_9321, __VA_ARGS__)
#endif /* NLD_9321_H_ */
#endif /* NLD_9321_H_ */