Hi Patrik,
int bjr_query_len = 0, bjr_response_len = 0; - int version = 0, master = 0; + int version = 0, master = 0, wfd_ies_len = 0;; + int limit; Two ;; on the preceeding line givesclient/commands.c: In function ‘cmd_peer_service’: client/commands.c:2311:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] int limit;
And of course my compilers (4.7 and 4.8) did not spot that. Tomasz _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
