Skip to content

Commit e756000

Browse files
Attempt to satisfy SWB check
1 parent 8454ed6 commit e756000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Common/DataStructures/BaseDictionary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace JsUtil
5454
private:
5555
// For prefast analysis, we need to have a somewhat similar shape for both locks
5656
struct {
57-
int cs;
57+
Field(int) cs;
5858
} cs;
5959
};
6060

0 commit comments

Comments
 (0)