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  738604eec8a02c14b98cc5a5893b8a3b6eda6403 (commit)
       via  d51506c42190f76cb6de093f983495d724884cab (commit)
       via  2213695f38eac4159eeabfdfd946334620f1285a (commit)
       via  5b46c553fb943106bab0253bbded21c50a930e50 (commit)
      from  831ded1c65659078397218a5a61fbc1ee72079ef (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 738604eec8a02c14b98cc5a5893b8a3b6eda6403
Author: Diego Nieto Cid <[email protected]>
Date:   Sun Sep 28 00:46:04 2025 +0100

    libnetfs: fix unused result from asprintf
    
        ../../libnetfs/dir-lookup.c: In function 'netfs_S_dir_lookup':
        ../../libnetfs/dir-lookup.c:304:19: warning: ignoring return value of 
'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
          304 |                   asprintf (&complete_path, "%s/%s", 
dircred->po->path,
              |                   
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          305 |                             translator_path);
              |                             ~~~~~~~~~~~~~~~~
        ../../libnetfs/dir-lookup.c:479:11: warning: ignoring return value of 
'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
          479 |           asprintf (&newpi->po->path, "%s/%s", 
dircred->po->path, relpath);
              |           
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Message-ID: <[email protected]>

commit d51506c42190f76cb6de093f983495d724884cab
Author: Diego Nieto Cid <[email protected]>
Date:   Sun Sep 28 00:46:03 2025 +0100

    utils: fix unused result warning from asprintf call
    
        ../../libps/../utils/msgids.c: In function 'msgid_info':
        ../../libps/../utils/msgids.c:114:15: warning: ignoring return value of 
'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
      114 |               asprintf (&reply_info->name, "%s-reply", info->name);
          |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Message-ID: <[email protected]>

commit 2213695f38eac4159eeabfdfd946334620f1285a
Author: Diego Nieto Cid <[email protected]>
Date:   Sun Sep 28 00:46:02 2025 +0100

    libps: fix ignored asprintf result warnings
    
        ../../libps/fmt.c: In function '_fmt_create':
        ../../libps/fmt.c:181:21: warning: ignoring return value of 'asprintf' 
declared with attribute 'warn_unused_result' [-Wunused-result]
          181 |                     asprintf (err_string, "%s: Unknown format 
spec", src);
              |                     
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        ../../libps/fmt.c:250:17: warning: ignoring return value of 'asprintf' 
declared with attribute 'warn_unused_result' [-Wunused-result]
          250 |                 asprintf (err_string, "%s: Unknown format 
spec", name);
              |                 
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

commit 5b46c553fb943106bab0253bbded21c50a930e50
Author: Diego Nieto Cid <[email protected]>
Date:   Sun Sep 28 00:46:01 2025 +0100

    libdiskfs: fix warning due to unused asprintf result
    
        ../../libdiskfs/dir-lookup.c: In function 'diskfs_S_dir_lookup':
        ../../libdiskfs/dir-lookup.c:312:21: warning: ignoring return value of 
'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
          312 |                     asprintf (&complete_path, "%s/%s", 
dircred->po->path,
              |                     
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          313 |                               translator_path);
              |                               ~~~~~~~~~~~~~~~~
        ../../libdiskfs/dir-lookup.c:537:11: warning: ignoring return value of 
'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
          537 |           asprintf (&newpi->po->path, "%s/%s", 
dircred->po->path, relpath);
              |           
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    ======================================================================
    
    ../../libdiskfs/init-startup.c: In function '_diskfs_init_completed':
    ../../libdiskfs/init-startup.c:233:3: warning: ignoring return value of 
'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
      233 |   asprintf (&name,
          |   ^~~~~~~~~~~~~~~~
      234 |             "%s %s", program_invocation_short_name, 
diskfs_disk_name ?: "-");
    Message-ID: <[email protected]>

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

Summary of changes:
 libdiskfs/dir-lookup.c   | 18 ++++++++++++++----
 libdiskfs/init-startup.c |  6 ++++--
 libnetfs/dir-lookup.c    | 16 +++++++++++++---
 libps/fmt.c              | 10 ++++++----
 utils/msgids.c           | 13 ++++++++++---
 5 files changed, 47 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Hurd

Reply via email to