]> git.ozlabs.org Git - ccan/commit
time: remove unused var warning in example.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Oct 2012 11:31:47 +0000 (22:01 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Oct 2012 11:31:47 +0000 (22:01 +1030)
commit70843363d93a25adb99d60d2fe642252ef766b3b
tree7178dd1bf1740c5cd19ee1a6a36910be8600ac84
parent07a9a950734c34be120491861647ace5a37d4c89
time: remove unused var warning in example.

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: Rusty Russell <rusty@rustcorp.com.au>
ccan/time/time.h