HiGHS icon indicating copy to clipboard operation
HiGHS copied to clipboard

Warnings for extra tokens

Open sionledbetter opened this issue 2 months ago • 1 comments

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] | ^

sionledbetter avatar Oct 08 '25 19:10 sionledbetter

Does this matter @galabovaa?

jajhall avatar Oct 08 '25 21:10 jajhall