I\'m using MSVC with a CMaked project. As a result, I\'ve enabled many of the flags on MSVC which were enabled for gcc and clang. However, the /Wall warning level is giving
You can disable specific warnings using the /wdXXXX flag where XXXX is the number of the warnings you wish to ignore. No need to modify the code.
/wdXXXX
XXXX