From adc8d07a210adcea86024121b53f28170141dae4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 22 Apr 2022 16:42:41 -0400 Subject: 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. --- src/.clang-tidy | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/.clang-tidy') diff --git a/src/.clang-tidy b/src/.clang-tidy index 29f7e2e..981e098 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -4,10 +4,6 @@ Checks: > -*magic-numbers, -altera*, -bugprone-easily-swappable-parameters, - -bugprone-reserved-identifier, - -cert-dcl37-c, - -cert-dcl51-cpp, - -cert-flp30-c, -hicpp-multiway-paths-covered, -hicpp-signed-bitwise, -llvm-header-guard, -- cgit v1.2.1