fix compiler warnings for C89 builds (#433)

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2023-05-22 08:49:17 -05:00
committed by GitHub
parent dab95eec3f
commit 682d913686
3 changed files with 10 additions and 10 deletions
+1
View File
@@ -1,6 +1,7 @@
#!/bin/bash
# This script converts any C++ comments to C comments
# using the ccmtcnvt tool from the liwc package
# sudo apt install liwc
CONVERTER=/usr/bin/ccmtcnvt
# silent fail if the tool is not installed