# File src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb, line 361
    def self.cxx_supports_wno_attributes_flag?
      return try_compile_with_warning_flag(
        "Checking for C++ compiler '-Wno-attributes' support",
        :cxx, '', '-Wno-attributes')
    end