Export to GitHub

btstack - issue #383

compiler error for parse_service_search_response


Posted on Feb 9, 2014 by Swift Dog

sdp_client.c r2354

ARM GCC compiler v4.7.2 throws an error

error: static declaration of 'parse_service_search_response' follows non-static declaration

I solved the problem by adding the function prototype to around line 62 of the file

Comment #1

Posted on Feb 9, 2014 by Swift Ox

good point. fixed in r2355.

Status: Done

Labels:
Type-Defect Priority-Low