Suppress the "unused function" warning for select_strerror_r
authorChristian Biesinger <cbiesinger@google.com>
Tue, 10 Dec 2019 19:42:40 +0000 (13:42 -0600)
committerChristian Biesinger <cbiesinger@google.com>
Tue, 10 Dec 2019 19:44:21 +0000 (13:44 -0600)
commitcb51113052d534b628c635ac7b86b95fe436d60d
tree657c51faafc577a7aa26eb7d417f27a33534d928
parentab7d13f07027e6232a21448ef51f0a52a96738a9
Suppress the "unused function" warning for select_strerror_r

We only ever use one of the two overloads, so to avoid breaking -Werror
builds, supress the warning.

gdb/ChangeLog:

2019-12-10  Christian Biesinger  <cbiesinger@google.com>

* gdbsupport/safe-strerror.c: Supress the unused function warning
for select_strerror_r.

Change-Id: I344869a382bb36fe181b5b2a31838d1d20f58169
gdb/ChangeLog
gdb/gdbsupport/safe-strerror.c
This page took 0.026175 seconds and 4 git commands to generate.