Warnings for extra tokens
highs-src/src/pdlp/cupdlp/cupdlp_step.c: In function ‘PDHG_primalGradientStep’: /highs-src/src/pdlp/cupdlp/cupdlp_step.c:20:20: warning: extra tokens at end of #ifndef directive [build] 20 | #ifndef CUPDLP_CPU & USE_KERNELS [build] | ^ highs-src/src/pdlp/cupdlp/cupdlp_step.c: In function ‘PDHG_dualGradientStep’: highs-src/src/pdlp/cupdlp/cupdlp_step.c:47:20: warning: extra tokens at end of #ifndef directive [build] 47 | #ifndef CUPDLP_CPU & USE_KERNELS [build] | ^ highs-src/src/pdlp/cupdlp/cupdlp_step.c: In function ‘PDHG_Update_Iterate_Adaptive_Step_Size’: highs-src/src/pdlp/cupdlp/cupdlp_step.c:213:20: warning: extra tokens at end of #ifndef directive [build] 213 | #ifndef CUPDLP_CPU & USE_KERNELS [build] | ^
Does this matter @galabovaa?