Unbreak build: -Werror=pragmas (srsly)
authorTudor Bosman <tudorb@fb.com>
Tue, 27 Aug 2013 19:17:48 +0000 (12:17 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 28 Aug 2013 21:30:13 +0000 (14:30 -0700)
commitfab0e01146cd82685dd92dda4834a8d970f1b3b8
tree4398ad1e320d037e9094edffd1ccdd5a3e695477
parent2b356118b6af062ba794541076e7ae5e0a3e3c26
Unbreak build: -Werror=pragmas (srsly)

Summary:
gcc 4.6 doesn't know of -Wmaybe-uninitialized, so it reports a warning, which
we treat as an error.

Test Plan: compiled folly/test folly/experimental/test with gcc 4.6.2, 4.7.1, 4.8.1

Reviewed By: philipp@fb.com

FB internal diff: D945766
folly/experimental/Bits.h