diff options
Diffstat (limited to 'gcc/data-streamer-out.c')
-rw-r--r-- | gcc/data-streamer-out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/data-streamer-out.c b/gcc/data-streamer-out.c index 4b3a0119dbe..4b904767b23 100644 --- a/gcc/data-streamer-out.c +++ b/gcc/data-streamer-out.c @@ -81,7 +81,7 @@ lto_append_block (struct lto_output_stream *obs) When PERSISTENT is set, the string S is supposed to not change during duration of the OB and thus OB can keep pointer into it. */ -unsigned +static unsigned streamer_string_index (struct output_block *ob, const char *s, unsigned int len, bool persistent) { |