Darren Kenny d22cbe0dec util: Ignore return value for grub_util_mkdir() on all platforms
Coverity signaled 2 issues where the return value of grub_util_mkdir()
was not being tested.

The Windows variant of this code defines the function as having no
return value (void), but the UNIX variants all are mapped using a macro
to the libc mkdir() function, which returns an int value.

To be consistent, the mapping should cast to void to for these too.

Fixes: CID 73583
Fixes: CID 73617

Signed-off-by: Darren Kenny <darren.kenny@oracle.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2022-08-19 21:38:02 +02:00
..
2022-03-14 16:01:26 +01:00
2022-03-14 16:01:26 +01:00
2022-03-14 16:01:26 +01:00
2022-03-14 16:01:26 +01:00
2019-02-25 14:01:59 +01:00
2019-02-25 14:01:59 +01:00
2022-03-14 16:01:26 +01:00
2016-10-27 16:22:06 +02:00
2018-03-05 13:44:55 +01:00
2010-08-17 19:03:22 +05:30
2017-08-07 18:33:29 +02:00
2012-02-26 19:10:52 +01:00
2019-06-07 15:37:55 +02:00
2022-03-14 16:01:26 +01:00
2021-03-02 15:54:15 +01:00
2019-09-23 13:17:15 +02:00
2020-12-18 23:04:36 +01:00
2022-03-14 16:01:26 +01:00
2011-10-01 22:51:12 +02:00
2013-12-17 14:45:46 +01:00
2017-05-08 22:06:04 +02:00
2019-02-25 11:28:44 +01:00
2021-03-02 15:54:15 +01:00
2010-08-17 19:03:22 +05:30
2022-03-14 16:01:26 +01:00
2021-03-02 15:54:15 +01:00
2015-12-15 10:25:34 +03:00
2012-03-04 14:55:13 +01:00
2010-08-29 13:45:36 +02:00
2011-11-30 16:20:13 +01:00
2017-05-08 22:06:04 +02:00
2010-08-17 19:03:22 +05:30
2016-02-12 12:39:38 +01:00
2010-09-24 14:05:47 +02:00
2010-08-17 19:03:22 +05:30
2010-08-17 19:03:22 +05:30
2013-12-18 05:28:05 +01:00
2022-03-14 16:01:26 +01:00
2011-11-30 16:20:13 +01:00
2022-03-14 16:01:26 +01:00
2022-03-14 16:01:26 +01:00
2022-03-14 16:01:26 +01:00
2022-03-14 16:01:26 +01:00