You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/code-quality/c28285.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The Code Analysis tool reports this warning for syntax errors in the SAL annotat
17
17
18
18
## Example
19
19
20
-
The following code generates this warning. The argument `(2,n)` is malformed and will cause a C28285 warning after the _Out_writes_z_ macro is expanded.
20
+
The following code generates this warning. The argument `(2,n)` is malformed and will cause a C28285 warning after the `_Out_writes_z_` macro is expanded.
21
21
22
22
```cpp
23
23
voidexample_func(_Out_writes_z_((2,n)) char* buffer, int n)
0 commit comments