| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Yet another hard coded constant removed.
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Unfix the re-fix.
|
|
|
|
| |
Eric already fixed this.
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
| |
|
|
This tool makes it easy for the newbie to unambiguous verify that
his GPS has PPS.
|