Switch WRONG_SCOPE_FOR_DISPATCH_ONCE_T on for diff analysis

Reviewed By: martinoluca

Differential Revision: D12939787

fbshipit-source-id: a113c0113
master
Dino Distefano 6 years ago committed by Facebook Github Bot
parent f30e97f072
commit 888d5b2cdb

@ -278,5 +278,5 @@ DEFINE-CHECKER WRONG_SCOPE_FOR_DISPATCH_ONCE_T = {
SET message = "Variables of type dispatch_once_t must have global or static scope. The result of using this type with automatic or dynamic allocation is undefined.";
SET severity = "WARNING";
SET mode = "OFF";
SET mode = "ON";
};

Loading…
Cancel
Save