cmake_template
cmake_template copied to clipboard
How to ignore warning (warnings as errors) to allow pointer arithmetic
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?