summaryrefslogtreecommitdiffstats
path: root/src/vhd2vl.y
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-11-28 19:51:23 -0800
committerLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-11-28 19:51:23 -0800
commit0c85b5b9d195c0aacd96e223c31e54d77b5a2bfc (patch)
tree960f5d3c9ba153cd8aa25c31b00fa7fc8407c919 /src/vhd2vl.y
parentf4cab3af39cb36c246ca933abc1574abb704a5f7 (diff)
downloadvhdl2vl-0c85b5b9d195c0aacd96e223c31e54d77b5a2bfc.tar.gz
vhdl2vl-0c85b5b9d195c0aacd96e223c31e54d77b5a2bfc.zip
C code passes -Wstrict-prototypes
Diffstat (limited to 'src/vhd2vl.y')
-rw-r--r--src/vhd2vl.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhd2vl.y b/src/vhd2vl.y
index 8661d26..fbc3688 100644
--- a/src/vhd2vl.y
+++ b/src/vhd2vl.y
@@ -2582,7 +2582,7 @@ simple_expr : signal {
const char *outfile; /* Output file */
const char *sourcefile; /* Input file */
-void print_usage() {
+void print_usage(void) {
printf(
"Usage: vhd2vl [--debug] [--quiet] [--std 1995|2001] source_file.vhd > target_file.v\n"
" or vhd2vl [--debug] [--quiet] [--std 1995|2001] source_file.vhd target_file.v\n"
OpenPOWER on IntegriCloud