Details
-
Improvement
-
Resolution: Done
-
Trivial - P5
-
None
-
Kubuntu 15.04, gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
Description
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.