aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2017-06-17 23:19:25 +0200
committerSimon Marchi <simon.marchi@ericsson.com>2017-06-17 23:19:25 +0200
commit1d4fbac99e05c2d2ea98984f9bc6f7d7f1a183b7 (patch)
tree4954bca031046a569bf8a6535c7c7652a9b9e931 /gdb/nat
parentae3e2ccfe75e5c62749c15ead5c95e052aad21ca (diff)
Add ATTRIBUTE_PRINTF to trace_start_error
clang complains that the fmt passed to vwarning in trace_start_error is not a literal. This looks like a fair warning, which can be removed by adding ATTRIBUTE_PRINTF to the declaration of trace_start_error. gdb/ChangeLog: * nat/fork-inferior.h (trace_start_error): Add ATTRIBUTE_PRINTF.
Diffstat (limited to 'gdb/nat')
-rw-r--r--gdb/nat/fork-inferior.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nat/fork-inferior.h b/gdb/nat/fork-inferior.h
index 10e383299c..d369cff2f3 100644
--- a/gdb/nat/fork-inferior.h
+++ b/gdb/nat/fork-inferior.h
@@ -95,7 +95,7 @@ extern void gdb_flush_out_err ();
(i.e., when the "traceme_fun" callback is called on fork_inferior)
and bail out. This function does not return. */
extern void trace_start_error (const char *fmt, ...)
- ATTRIBUTE_NORETURN;
+ ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF (1, 2);
/* Like "trace_start_error", but the error message is constructed by
combining STRING with the system error message for errno. This