nbia-astro / skeletor

Parallel PIC code written in Python and based on the skeleton codes provided by PICKSC
GNU General Public License v3.0
1 stars 0 forks source link

Warnings about inline functions #112

Closed tobson closed 7 years ago

tobson commented 7 years ago

When compiling the code, GCC 6 throws a bunch of warnings like this one:

skeletor/cython/push_and_deposit.c:1921:29: warning: variable '__pyx_f_13particle_push_gather_cic' declared 'inline'
 static CYTHON_INLINE void (*__pyx_f_13particle_push_gather_cic)(struct __pyx_t_5types_particle_t, __Pyx_memviewslice, struct __pyx_t_5types_real3_t *, struct __pyx_t_5types_real2_t); /*proto*/

Are we sure we can ignore those?

tobson commented 7 years ago

This turned out to be a duplicate of #115. Closing.