From 6813f707ea7d37436203f5c494ac706234c038d4 Mon Sep 17 00:00:00 2001 From: David Holm Date: Sat, 29 Dec 2018 11:55:20 +0100 Subject: [PATCH] fpga_io, user_io, minimig: Remove unreferenced printf arguments Remove arguments to *printf that were not being referenced by the format strings. --- fpga_io.cpp | 2 +- support/minimig/minimig_config.cpp | 2 +- user_io.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fpga_io.cpp b/fpga_io.cpp index c0c2c86..9922c71 100644 --- a/fpga_io.cpp +++ b/fpga_io.cpp @@ -486,7 +486,7 @@ int fpga_load_rbf(const char *name, const char *cfg) { if (read(rbf, buf, st.st_size)