> On 15 May 2019, at 14:52, Martin Liška <mli...@suse.cz> wrote:
> 
> On 5/14/19 6:45 PM, Iain Sandoe wrote:
>> Currently the lto plugin has a somewhat obscure incantation to get it to 
>> save its temp files, and at least one is not named in any 

> 
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
> -I/home/marxin/Programming/gcc/lto-plugin 
> -I/home/marxin/Programming/gcc/lto-plugin/../include -DHAVE_CONFIG_H -Wall -g 
> -O2 -c /home/marxin/Programming/gcc/lto-plugin/lto-plugin.c  -fPIC -DPIC -o 
> .libs/lto-plugin.o
> /home/marxin/Programming/gcc/lto-plugin/lto-plugin.c: In function 
> ‘cleanup_handler’:
> /home/marxin/Programming/gcc/lto-plugin/lto-plugin.c:809:7: warning: unused 
> variable ‘t’ [-Wunused-variable]
>   int t;

sorry about that, fixed
Iain

lto-plugin/

 2019-05-15  Iain Sandoe  <i...@sandoe.co.uk>
 
        * lto-plugin.c (cleanup_handler): Remove unused var.

Index: lto-plugin/lto-plugin.c
===================================================================
--- lto-plugin/lto-plugin.c     (revision 271211)
+++ lto-plugin/lto-plugin.c     (working copy)
@@ -806,7 +806,6 @@
 cleanup_handler (void)
 {
   unsigned int i;
-  int t;
 
   if (debug)
     return LDPS_OK;

Reply via email to