bug-time
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-time] GNU Time 1.7.90 - gcc warnings


From: Bruno Haible
Subject: [Bug-time] GNU Time 1.7.90 - gcc warnings
Date: Tue, 08 Aug 2017 01:04:38 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-83-generic; KDE/5.18.0; x86_64; ; )

Compilation with "gcc -Wall" shows these warnings:

../tests/time-aux.c: In function ‘do_busy_loop’:
../tests/time-aux.c:102:9: warning: unused variable ‘p’ [-Wunused-variable]
   void *p = NULL ;
         ^
../tests/time-aux.c:101:19: warning: unused variable ‘i’ [-Wunused-variable]
   long int l = 0, i = 0, multiplier = 1 ;
                   ^
../tests/time-aux.c:101:12: warning: unused variable ‘l’ [-Wunused-variable]
   long int l = 0, i = 0, multiplier = 1 ;
            ^

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]