Skip to content

Commit 90bcce5

Browse files
committed
Paper over a design that does not seem to make sense
1 parent bc01e71 commit 90bcce5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/devices/bus/ieee488/hp9122c.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ class hp9122c_device : public device_t,
100100
void i8291a_dav_w(int state);
101101
void i8291a_nrfd_w(int state);
102102
void i8291a_ndac_w(int state);
103-
void i8291a_ifc_w(int state);
103+
[[maybe_unused]] void i8291a_ifc_w(int state);
104104
void i8291a_srq_w(int state);
105-
void i8291a_atn_w(int state);
106-
void i8291a_ren_w(int state);
105+
[[maybe_unused]] void i8291a_atn_w(int state);
106+
[[maybe_unused]] void i8291a_ren_w(int state);
107107

108108
uint8_t i8291a_dio_r();
109109
void i8291a_dio_w(uint8_t data);

0 commit comments

Comments
 (0)