Supressing GCC 4.7 warning for Optional
authorTom Jackson <tjackson@fb.com>
Tue, 20 Nov 2012 18:55:08 +0000 (10:55 -0800)
committerJordan DeLong <jdelong@fb.com>
Sun, 16 Dec 2012 22:45:40 +0000 (14:45 -0800)
commit4b1e7193783d8d643f01058692314ee1da1ef611
tree8dca647c8a5b0440883949c2ce33b1d3352760a0
parent4f0bc5272f90bfcb7a18e6a1a4359a202a1b8cf9
Supressing GCC 4.7 warning for Optional

Summary:
Supressing the warning for GCC4.7, and supressing the error supressing
the warning in GCC4.6.

Test Plan: Compile, run unit tests on GCC4.6 and GCC4.7

Reviewed By: ldbrandy@fb.com

FB internal diff: D635982
folly/Optional.h