Commit 54e2d83c by Martin Liska Committed by Martin Liska

Add missing ATTR_UNUSED (PR bootstrap/90808).

2019-06-10  Martin Liska  <mliska@suse.cz>

	PR bootstrap/90808
	* libgcov.h: Add ATTRIBUTE_UNUSED.

From-SVN: r272114
parent d797b115
2019-06-10 Martin Liska <mliska@suse.cz> 2019-06-10 Martin Liska <mliska@suse.cz>
PR bootstrap/90808
* libgcov.h: Add ATTRIBUTE_UNUSED.
2019-06-10 Martin Liska <mliska@suse.cz>
* Makefile.in: Add __gcov_one_value_profiler_v2, * Makefile.in: Add __gcov_one_value_profiler_v2,
__gcov_one_value_profiler_v2_atomic and __gcov_one_value_profiler_v2_atomic and
__gcov_indirect_call_profiler_v4. __gcov_indirect_call_profiler_v4.
......
...@@ -328,7 +328,7 @@ gcov_get_counter (void) ...@@ -328,7 +328,7 @@ gcov_get_counter (void)
when read value is equal to IGNORE_SCALING. */ when read value is equal to IGNORE_SCALING. */
static inline gcov_type static inline gcov_type
gcov_get_counter_ignore_scaling (gcov_type ignore_scaling) gcov_get_counter_ignore_scaling (gcov_type ignore_scaling ATTRIBUTE_UNUSED)
{ {
#ifndef IN_GCOV_TOOL #ifndef IN_GCOV_TOOL
/* This version is for reading count values in libgcov runtime: /* This version is for reading count values in libgcov runtime:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment