google/benchmark

Add support for Solaris SunPro compiler

Open

#588 ouverte le 6 mai 2018

Voir sur GitHub
 (0 commentaires) (0 réactions) (1 assigné)C++ (1 539 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (7 968 stars)
Métriques de merge PR
 (Merge moyen 4j 2h) (19 PRs mergées en 30 j)

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.

Guide contributeur