Files
glib/glib
Philip Withnall b509e59726 tests: Remove some redundant writes
`ret` was never read. This fixes scan-build warnings:
```
../../../../source/glib/glib/tests/thread.c:148:8: warning: Although the value stored to 'ret' is used in the enclosing expression, the value is never actually read from 'ret' [deadcode.DeadStores]
  if ((ret = prlimit (getpid (), RLIMIT_NPROC, &nl, &ol)) != 0)
       ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../source/glib/glib/tests/thread.c:174:8: warning: Although the value stored to 'ret' is used in the enclosing expression, the value is never actually read from 'ret' [deadcode.DeadStores]
  if ((ret = prlimit (getpid (), RLIMIT_NPROC, &ol, NULL)) != 0)
       ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

Helps: #1767
2022-04-28 11:22:53 +01:00
..
2022-04-28 11:22:53 +01:00
2019-05-27 17:51:40 +00:00
2022-04-24 19:15:53 +00:00
2020-06-23 10:49:44 +01:00
2021-07-29 10:09:27 -04:00
2021-05-28 17:15:46 +02:00
2022-01-18 22:19:55 +01:00
2022-01-18 22:19:55 +01:00
2021-11-26 12:24:23 +00:00
2020-11-17 15:50:07 +00:00
2022-02-01 17:09:14 -08:00
2019-11-25 13:09:25 +01:00
2022-04-28 10:40:38 +01:00
2022-02-11 14:44:09 +00:00
2021-09-21 09:41:29 +00:00
2021-11-18 14:32:09 +00:00
2019-03-15 21:30:22 +01:00
2021-07-21 13:49:48 +02:00
2021-09-21 09:41:29 +00:00
2019-11-25 13:09:25 +01:00
2020-05-12 12:41:22 +01:00
2021-03-23 11:36:57 +00:00
2021-03-23 11:36:57 +00:00
2021-09-21 09:41:29 +00:00
2021-09-21 09:41:29 +00:00
2021-09-21 09:41:29 +00:00
2022-04-26 18:54:57 +09:00
2021-08-02 14:52:06 +01:00