cmake_template icon indicating copy to clipboard operation
cmake_template copied to clipboard

How to ignore warning (warnings as errors) to allow pointer arithmetic

Open athyfr opened this issue 2 months ago • 0 comments

I keep getting compiler errors: error: do not use pointer arithmetic, but pointer arithmetic is necessary to my project.

I think this is related to warnings as errors settings enabled in this template. How do I permit pointer arithmetic?

athyfr avatar Oct 03 '25 01:10 athyfr