summaryrefslogtreecommitdiff
path: root/ppscheck.c
Commit message (Collapse)AuthorAgeFilesLines
* Grr, another one eric beat me to.Gary E. Miller2016-08-091-2/+0
| | | | Unfix the re-fix.
* oWhoops, don't fix the fix. Plus an off-by one.Gary E. Miller2016-08-091-1/+1
| | | | Eric already fixed this.
* Fix some picky error messages.Gary E. Miller2016-08-091-3/+5
| | | | | | | | | | | ppscheck.c:58:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] ppscheck.c:65:6: warning: no previous prototype for 'usage' [-Wmissing-prototypes] ppscheck.c:118:6: warning: format '%10ld' expects type 'long int', but argument 3 has type 'time_t' ppscheck.c:129:1: warning: control reaches end of non-void function [-Wreturn-type]
* Avoid some compiler warnings.Eric S. Raymond2016-08-091-2/+4
|
* Make ppcheck a full fledged program, with man page.Gary E. Miller2016-07-281-0/+131
This tool makes it easy for the newbie to unambiguous verify that his GPS has PPS.