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  3547c23a46cfcb045afb0a915371ef5946066ef2 (commit)
      from  3402a7517055d969aad8874f5997d703feb2a228 (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 3547c23a46cfcb045afb0a915371ef5946066ef2
Author: Diego Nieto Cid <[email protected]>
Date:   Sat Sep 27 20:20:24 2025 +0100

    libshouldbeinlibc: fix unused result from asprintf
    
        ../../libshouldbeinlibc/idvec-verify.c: In function 'verify_id':
        ../../libshouldbeinlibc/idvec-verify.c:340:9: warning: ignoring return 
value of 'asprintf' declared with attribute 'warn_unused_result' 
[-Wunused-result]
          340 |         asprintf (&prompt, "Password for %s%s:",
              |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          341 |                   is_group ? "group " : "", name);
              |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        ../../libshouldbeinlibc/idvec-verify.c:343:9: warning: ignoring return 
value of 'asprintf' declared with attribute 'warn_unused_result' 
[-Wunused-result]
          343 |         asprintf (&prompt, "Password for %s %d:",
              |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          344 |                   is_group ? "group" : "user", id);
              |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Message-ID: <[email protected]>

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

Summary of changes:
 libshouldbeinlibc/idvec-verify.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Hurd

Reply via email to