summarylogtreecommitdiffstats
path: root/fix-format-security-error.patch
AgeCommit message (Collapse)Author
2021-09-11fix format security erroratomlong
fix error: ../../src/bs2bconvert.c:156:17: error: format not a string literal and no format arguments [-Werror=format-security] 156 | printf( sf_strerror( NULL ) ); | ^~~~~~ cc1: some warnings being treated as errors make[1]: *** [Makefile:547: bs2bconvert.o] Error 1