Skip to content

Commit aa1dc7e

Browse files
committed
work
2 parents 74173d2 + a406000 commit aa1dc7e

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
| main.c:27:3:27:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
2-
| main.c:49:3:49:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
3-
| main.c:71:3:71:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
4-
| main.c:87:3:87:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
5-
| main.c:95:3:95:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
6-
| main.c:135:3:135:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
7-
| main.c:139:3:139:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
8-
| main.c:143:3:143:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
9-
| main.c:147:3:147:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
10-
| main.c:151:3:151:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
11-
| main.c:155:3:155:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
1+
| test.c:27:3:27:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
2+
| test.c:49:3:49:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
3+
| test.c:71:3:71:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
4+
| test.c:87:3:87:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
5+
| test.c:95:3:95:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
6+
| test.c:135:3:135:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
7+
| test.c:139:3:139:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
8+
| test.c:143:3:143:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
9+
| test.c:147:3:147:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
10+
| test.c:151:3:151:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
11+
| test.c:155:3:155:12 | call to tss_create | Resources used by thread specific storage may not be cleaned up. |
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| main.c:23:3:23:13 | call to thrd_create | $@ not declared with appropriate storage duration | main.c:23:24:23:29 | & ... | Shared object |
2-
| main.c:74:3:74:13 | call to thrd_create | $@ not declared with appropriate storage duration | main.c:74:24:74:24 | p | Shared object |
3-
| main.c:85:3:85:13 | call to thrd_create | $@ not declared with appropriate storage duration | main.c:85:24:85:24 | p | Shared object |
4-
| main.c:94:3:94:13 | call to thrd_create | $@ not declared with appropriate storage duration | main.c:94:24:94:24 | p | Shared object |
1+
| test.c:23:3:23:13 | call to thrd_create | $@ not declared with appropriate storage duration | test.c:23:24:23:29 | & ... | Shared object |
2+
| test.c:74:3:74:13 | call to thrd_create | $@ not declared with appropriate storage duration | test.c:74:24:74:24 | p | Shared object |
3+
| test.c:85:3:85:13 | call to thrd_create | $@ not declared with appropriate storage duration | test.c:85:24:85:24 | p | Shared object |
4+
| test.c:94:3:94:13 | call to thrd_create | $@ not declared with appropriate storage duration | test.c:94:24:94:24 | p | Shared object |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| main.c:14:7:14:13 | call to tss_get | Call to a thread specific storage function from within a threaded context on an object that may not be owned by this thread. |
1+
| test.c:14:7:14:13 | call to tss_get | Call to a thread specific storage function from within a threaded context on an object that may not be owned by this thread. |
File renamed without changes.

0 commit comments

Comments
 (0)