Allow building with -Wgnu-conditional-omitted-operand
authorChristopher Dykes <cdykes@fb.com>
Mon, 12 Dec 2016 19:46:03 +0000 (11:46 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Mon, 12 Dec 2016 19:48:05 +0000 (11:48 -0800)
commit0d6a706bc02b6fbca58d2f5f711c4505fb2ad38a
tree763491413a6f3a82910d54bda42699e70b509931
parent811bad8a07079b5f450c9c8557b88fd574cf5996
Allow building with -Wgnu-conditional-omitted-operand

Summary: Which warns about the use of a ternary statement with the first operand omitted. This is a GCC extension and MSVC does not support it, so eliminate the last use of it.

Reviewed By: yfeldblum

Differential Revision: D4309989

fbshipit-source-id: 04c968708e47f8cb707fd0892e8780bc676df0de
folly/experimental/symbolizer/Symbolizer.cpp