On Wed, Jan 04, 2017 at 02:30:26PM -0800, Kevin Cernekee wrote: > clang is sensitive to the ordering of > __attribute__((visibility("default"))) relative to the function > body. gcc is not. So if we try to re-declare an existing function > with default visibility, clang prints a warning and generates > a broken .so file in which nfct_helper_* are not exported to library > callers. > > Move the attribute up into the function definition to make clang happy. Also applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html