summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2018-10-09 15:26:29 +0300
committerGary E. Miller <gem@rellim.com>2018-10-09 11:28:40 -0700
commit2d5ce2d995d993adf72a62cc121ebc0bd03dedcf (patch)
tree091aacd23475cb26729551da86afcaf160422ea5 /SConstruct
parentcfa1cdf4267ae26a424f8280b201c49959569914 (diff)
downloadgpsd-2d5ce2d995d993adf72a62cc121ebc0bd03dedcf.tar.gz
driver_greis: fix build with reconfigure disabled
Unhide the definition of greis_parse_input and greis_event_hook since they are used unconditionally. Fixes the following build failure: driver_greis.c:969:25: error: 'greis_parse_input' undeclared here (not in a function); did you mean 'generic_parse_input'? .parse_packet = greis_parse_input, ^~~~~~~~~~~~~~~~~ generic_parse_input driver_greis.c:973:25: error: 'greis_event_hook' undeclared here (not in a function) .event_hook = greis_event_hook, ^~~~~~~~~~~~~~~~ Cc: Gregory Fong <gregory.fong@virginorbit.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'SConstruct')
0 files changed, 0 insertions, 0 deletions