summaryrefslogtreecommitdiff
path: root/ppscheck.c
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-0/+2
|
* ppscheck: get REVISION from revision.h.Gary E. Miller2018-10-021-1/+2
| | | | Yet another hard coded constant removed.
* Explicit marking of ignoring fprintf() resultRobert Norris2017-02-201-3/+3
| | | | | | | | | Ensure consistent marking of '(void)' for most normal usage of fprintf() TESTED: 'scons build-all check' passes Signed-off-by: Fred Wright <fw@fwright.net>
* 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.