forked from Imagelibrary/binutils-gdb
Fix ARI violations in c++compile
This patch fixes two violations of the ARI (use of ATTRIBUTE_UNUSED and "%ll"). gdb/ChangeLog * compile/compile-cplus-types.c (compile_cplus_debug_output_1): Use pulongest instead of "%lld". * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol): Remove ATTRIBUTE_UNUSED.
This commit is contained in:
@@ -335,7 +335,7 @@ convert_symbol_bmsym (compile_cplus_instance *instance,
|
||||
void
|
||||
gcc_cplus_convert_symbol (void *datum,
|
||||
struct gcc_cp_context *gcc_context,
|
||||
enum gcc_cp_oracle_request request ATTRIBUTE_UNUSED,
|
||||
enum gcc_cp_oracle_request request,
|
||||
const char *identifier)
|
||||
{
|
||||
if (compile_debug)
|
||||
|
||||
Reference in New Issue
Block a user