google/benchmark

Add support for Solaris SunPro compiler

Open

#588 创建于 2018年5月6日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)C++ (1,539 fork)batch import
bughelp wanted

仓库指标

Star
 (7,968 star)
PR 合并指标
 (平均合并 4天 2小时) (30 天内合并 19 个 PR)

描述

While many of the GCC style compiler flags work with the Solaris SunPro compiler the warning settings result in compiler error in release builds. Debug builds result in warnings but complete successful since -Werror is not applied.

I will tackle these minor changes to make compilation work under SunPro.

贡献者指南