aboutsummaryrefslogtreecommitdiff
path: root/lib/sg_cmds_basic2.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2016-04-05 18:40:47 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2016-04-05 18:40:47 +0000
commit25df479f5cc5d37416d07d7f0b561372e4a9bf3d (patch)
treeb41c6450af71516b5cdf4c058e081512c2cb0cd5 /lib/sg_cmds_basic2.c
parent63a8ecf3099475c7560036054dae728a1869685e (diff)
downloadsg3_utils-25df479f5cc5d37416d07d7f0b561372e4a9bf3d.tar.gz
more clang clean ups; allow clang to check printf() style arguments
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@690 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'lib/sg_cmds_basic2.c')
-rw-r--r--lib/sg_cmds_basic2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sg_cmds_basic2.c b/lib/sg_cmds_basic2.c
index 17c595a2..9c3fbc62 100644
--- a/lib/sg_cmds_basic2.c
+++ b/lib/sg_cmds_basic2.c
@@ -68,7 +68,7 @@
#define INQUIRY_RESP_INITIAL_LEN 36
-#ifdef __GNUC__
+#if defined(__GNUC__) || defined(__clang__)
static int pr2ws(const char * fmt, ...)
__attribute__ ((format (printf, 1, 2)));
#else