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