Skip to content

Fix chatty compiler warnings on osx when including pyopencl-complex.h

Martin Weigert requested to merge fix-compiler-warnings-complex-osx into master

This fixes the loads of compiler warnings like No previous prototype for function when including pyopencl-complex.h in any kernel on OSX by declaring them inline in the header.

See: https://github.com/pyopencl/pyopencl/issues/134

Merge request reports

Loading