You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello
compiling error on ubuntu 18.04.
ipt-netflow/ipt_NETFLOW.c: In function ‘netflow_work_fn’:
ipt-netflow/ipt_NETFLOW.c:4504:11: error: implicit declaration of function ‘__smp_processor_id’; did you mean ‘smp_processor_id’? [-Werror=implicit-function-declaration]
wk_cpu = __smp_processor_id();
^~~~~~~~~~~~~~~~~~
smp_processor_id
cc1: some warnings being treated as errors
thanks
The text was updated successfully, but these errors were encountered:
hello
compiling error on ubuntu 18.04.
ipt-netflow/ipt_NETFLOW.c: In function ‘netflow_work_fn’:
ipt-netflow/ipt_NETFLOW.c:4504:11: error: implicit declaration of function ‘__smp_processor_id’; did you mean ‘smp_processor_id’? [-Werror=implicit-function-declaration]
wk_cpu = __smp_processor_id();
^~~~~~~~~~~~~~~~~~
smp_processor_id
cc1: some warnings being treated as errors
thanks
The text was updated successfully, but these errors were encountered: