diff options
author | David Robillard <d@drobilla.net> | 2022-04-22 16:42:41 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-04-23 21:18:56 -0400 |
commit | adc8d07a210adcea86024121b53f28170141dae4 (patch) | |
tree | 32e7ac406504eea060456261bad8223cc7c706e2 /test/.clang-tidy | |
parent | c7c45e1b7b32cb8a9cab173138e9ab7dedff2b12 (diff) | |
download | pugl-adc8d07a210adcea86024121b53f28170141dae4.tar.gz pugl-adc8d07a210adcea86024121b53f28170141dae4.tar.bz2 pugl-adc8d07a210adcea86024121b53f28170141dae4.zip |
Move reserved platform defines from code to build system
Numerous things warn about this, and it's generally a bad idea to put these in
the code since it can result in incompatibly compiled code being linked
together. Unfortunately this makes building manually (without the build
system) more fiddly, but such is life.
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 832c2d0..76de2d9 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -3,7 +3,6 @@ Checks: > -*-magic-numbers, -*-uppercase-literal-suffix, -altera*, - -bugprone-reserved-identifier, -bugprone-suspicious-include, -cert-dcl37-c, -cert-dcl51-cpp, |