469c2c04aae3e8446ba35f482adabd42800b41e1

I wanted to use Config::Get in Chromium code, but it triggered the following warning: ../../third_party/webrtc/common.h:89:20: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors] static const T def; ^ ../../third_party/webrtc/common.h:110:10: note: in instantiation of function template specialization requested here return default_value<T>(); ^ I assume we don't hit this in webrtc because the warning is disabled. This also switches to the RTC_ prefix from the deprecated LIBJINGLE_. Needed due to this Chromium CL: https://codereview.chromium.org/1148843004/ R=andresp@webrtc.org, tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/53459004 Cr-Commit-Position: refs/heads/master@{#9268}
Description
No description provided
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%