Fixing opt-asan/ubsan fail for folly contbuild
authorJonathan Kron <jkron@fb.com>
Wed, 14 Jun 2017 15:46:15 +0000 (08:46 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 14 Jun 2017 15:50:22 +0000 (08:50 -0700)
commit5086391b848c323f58920b349937b9f91f92a6be
tree95b0efd5775c62a6403d61e5b4141cd3ef96fbd3
parent626f5abbe49a6f0607ff7ab519e7b836e29c4de6
Fixing opt-asan/ubsan fail for folly contbuild

Summary: Flag caused compilation error on unused param, asserts optimized out in opt-asan/ubsan builds.  Replaced with DCHECK as per meyering's advice.

Reviewed By: meyering

Differential Revision: D5246089

fbshipit-source-id: dc0abda91f900dd98af31410f4667c52404997f5
folly/experimental/logging/LogStreamProcessor.cpp