Enable -Wextra-semi
authorChristopher Dykes <cdykes@fb.com>
Fri, 9 Dec 2016 19:04:19 +0000 (11:04 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Fri, 9 Dec 2016 19:18:01 +0000 (11:18 -0800)
commit108473868b7d543fcb4f7108cbcc75dc871cd833
tree6ee727fca1fddf14376312d1527a509bdc4b48ed
parentd5c1c7940fc29aadbd8bb8e8d1990add57a7b4f3
Enable -Wextra-semi

Summary:
Because the extra semicolons are useless and all typos...
GCC doesn't have this warning. Neither does MSVC, but that won't stop me.

Reviewed By: igorsugak

Differential Revision: D4304218

fbshipit-source-id: a06586edc6b9bafd5dd074e9fd4e0ed152181abc
12 files changed:
folly/ConcurrentSkipList.h
folly/Range.h
folly/experimental/FutureDAG.h
folly/experimental/symbolizer/Dwarf.h
folly/fibers/Baton.h
folly/futures/Future-inl.h
folly/futures/Future-pre.h
folly/gen/Parallel-inl.h
folly/io/async/AsyncSocket.h
folly/io/async/AsyncTransport.h
folly/ssl/OpenSSLHash.h
folly/test/ContainerTraitsTest.cpp