• Rusty Russell's avatar
    time: remove unused var warning in example. · 70843363
    Rusty Russell authored
    Compiler:
    /home/rusty/devel/cvs/ccan/ccan/time/time.h: In function ‘main’:
    /home/rusty/devel/cvs/ccan/ccan/time/time.h:334:16: warning: variable ‘tv’ set but not used [-Wunused-but-set-variable]
    
    Compiler:
    /home/rusty/devel/cvs/ccan/ccan/time/time.h: In function ‘main’:
    /home/rusty/devel/cvs/ccan/ccan/time/time.h:353:17: warning: variable ‘ts’ set but not used [-Wunused-but-set-variable]
    Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
    70843363
time.h 8.32 KB