google/benchmark

Add support for Solaris SunPro compiler

Open

#588 aberto em 6 de mai. de 2018

Ver no GitHub
 (0 comments) (0 reactions) (1 assignee)C++ (1.539 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (7.968 stars)
Métricas de merge de PR
 (Mesclagem média 4d 2h) (19 fundiu PRs em 30d)

Description

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.

Guia do colaborador