timespec: use cast and not conditional, as truncation isn't possible
authorPaul R. Eggert <eggert@cs.ucla.edu>
Mon, 26 Jul 2010 17:56:32 +0000 (10:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Jul 2010 17:56:49 +0000 (10:56 -0700)
* lib/timespec.h (timespec_cmp): Use cast to pacify gcc -Wconversion
instead of a conditional.  Comment about the situation in more detail.
This undoes most of the 2009-10-29 patch.


No differences found