Re: [PATCH] doc: Fix link to wl_list_remove()

2014-07-24 Thread Jason Ekstrand
Fine with me. Pushed. --Jason Ekstrand On Thu, Jul 24, 2014 at 5:35 PM, Bryce W. Harrington < b.harring...@samsung.com> wrote: > Use function linking syntax instead of variable linking, to resolve two > warnings: > > wayland-server.h:167: warning: explicit link request to > 'wl_list_remove'

[PATCH] doc: Fix link to wl_list_remove()

2014-07-24 Thread Bryce W. Harrington
Use function linking syntax instead of variable linking, to resolve two warnings: wayland-server.h:167: warning: explicit link request to 'wl_list_remove' could not be resolved wayland-server.h:188: warning: explicit link request to 'wl_list_remove' could not be resolved Signed-off-by: