arximboldi / immer

Postmodern immutable and persistent data structures for C++ — value semantics at scale
https://sinusoid.es/immer
Boost Software License 1.0
2.5k stars 181 forks source link

make clang ignore gcc pragma warning for champ #233

Closed asa closed 2 years ago

asa commented 2 years ago

Clang throws a warning about this unknown gcc pragma. This is bad when we have warnings -> errors on.

codecov-commenter commented 2 years ago

Codecov Report

Merging #233 (75cc898) into master (93ab715) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #233   +/-   ##
=======================================
  Coverage   90.48%   90.48%           
=======================================
  Files         119      119           
  Lines       12092    12092           
=======================================
  Hits        10942    10942           
  Misses       1150     1150           
Impacted Files Coverage Δ
immer/detail/hamts/champ.hpp 87.16% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.