This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".

The branch, master has been updated
       via  c3a6b6430fbad5fa77272c4900d46e6d5221a570 (commit)
      from  0a577d4f4ee126fc254f5136d25ee265311ddfed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c3a6b6430fbad5fa77272c4900d46e6d5221a570
Author: Diego Nieto Cid <[email protected]>
Date:   Sun Sep 28 19:17:20 2025 +0100

    trans/mtab: fix unused result warnings
    
        ../../trans/mtab.c: In function 'mtab_populate':
        ../../trans/mtab.c:460:9: warning: ignoring return value of 'asprintf' 
declared with attribute 'warn_unused_result' [-Wunused-result]
    
        ../../trans/mtab.c: In function 'argz_add_device':
        ../../trans/mtab.c:538:3: warning: ignoring return value of 'asprintf' 
declared with attribute 'warn_unused_result' [-Wunused-result]
    
        ../../trans/mtab.c: In function 'map_device_to_path':
        ../../trans/mtab.c:580:9: warning: ignoring return value of 'asprintf' 
declared with attribute 'warn_unused_result' [-Wunused-result]
        ../../trans/mtab.c:582:9: warning: ignoring return value of 'asprintf' 
declared with attribute 'warn_unused_result' [-Wunused-result]
        ../../trans/mtab.c:587:5: warning: ignoring return value of 'asprintf' 
declared with attribute 'warn_unused_result' [-Wunused-result]
    Message-ID: <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 trans/mtab.c | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Hurd

Reply via email to