-
Type: Improvement
-
Resolution: Done
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: Build
-
Environment:Kubuntu 15.04, gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
using -pedantic-error I have these errors:
/mongo/platform/atomic_word_cxx11.h:186: error: extra ';' [-Wpedantic]
/mongo/platform/atomic_word_cxx11.h:187: error: extra ';' [-Wpedantic]
/mongo/platform/atomic_word_cxx11.h:188: error: extra ';' [-Wpedantic]
/mongo/platform/atomic_word_cxx11.h:189: error: extra ';' [-Wpedantic]
Of course I have fixed it, but I think you should fix it, too.