Commit 073eaa2
committed
Fix #1869 Compiler Compatability for clang for CERT-C++ rule DCL51-CPP
tzname is char*[2] in the standard libraries of both clang and gcc. This will
allow the test code to compile, and still triggers a non-compliance query
result.1 parent 29ade52 commit 073eaa2
File tree
2 files changed
+2
-2
lines changed- cpp/cert/test/rules/DCL51-CPP
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments