summaryrefslogtreecommitdiff
path: root/simulator.c
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-12-28 16:57:40 +1300
committerDavid Phillips <david@sighup.nz>2017-12-28 16:57:40 +1300
commit95e3d12b61d7ca89c978b22403e66df8656238ae (patch)
tree3ebc575f8326b03c12b041746e15f6a4bd4936db /simulator.c
parent9a836bd5c8bb688edee7bcfd5830349f3aa98d6b (diff)
downloadhence-95e3d12b61d7ca89c978b22403e66df8656238ae.tar.xz
Misc linting/tidy
Diffstat (limited to 'simulator.c')
-rw-r--r--simulator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/simulator.c b/simulator.c
index b8da648..d89ceb0 100644
--- a/simulator.c
+++ b/simulator.c
@@ -2,6 +2,8 @@
#include "logic.h"
int main(int argc, char **argv) {
+ (void)argc;
+ (void)argv;
logic_test();
gate_init();
return 0;