diff --git a/build/jam/ArchitectureRules b/build/jam/ArchitectureRules index 81d137a761..fe3f7630a0 100644 --- a/build/jam/ArchitectureRules +++ b/build/jam/ArchitectureRules @@ -447,6 +447,9 @@ rule ArchitectureSetupWarnings architecture case m68k : return ; # we use #warning as placeholders for things to write... + case ppc : + return ; + # we use #warning as placeholders for things to write... } # enable -Werror for certain parts of the source tree