This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cc4b392a83 nls: Suppress warnings from po4a Texinfo module.
cc4b392a83 is described below

commit cc4b392a8303788762ed9adb9c5635cf227e58a2
Author: gemmaro <[email protected]>
AuthorDate: Thu Apr 17 20:47:53 2025 +0900

    nls: Suppress warnings from po4a Texinfo module.
    
    * po/doc/po4a.cfg (options): Add the "--option no-warn" option to supress 
the
    following warning; "The TexInfo module of po4a is not ready for production
    use, and needs a new maintainer.  Please contact the po4a team if you want 
to
    help: send us patches, not bug reports. (use -o no-warn to remove this
    message):"
    
    Change-Id: Ic8a2f7d4e54883a05562de72d867d21026f804c6
    Signed-off-by: Florian Pelz <[email protected]>
---
 po/doc/po4a.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/po/doc/po4a.cfg b/po/doc/po4a.cfg
index 66d8b7cba2..bfe4cdcdf6 100644
--- a/po/doc/po4a.cfg
+++ b/po/doc/po4a.cfg
@@ -1,5 +1,5 @@
 # GNU Guix --- Functional package management for GNU
-# Copyright © 2024 gemmaro <[email protected]>
+# Copyright © 2024, 2025 gemmaro <[email protected]>
 #
 # This file is part of GNU Guix.
 #
@@ -23,7 +23,8 @@
           --msgid-bugs-address "[email protected]"           \
           --master-charset UTF-8                            \
           --localized-charset UTF-8                         \
-          --keep 0
+          --keep 0                                          \
+          --option no-warn
 
 [po4a_langs] de es fr pt_BR ru zh_CN ko sk sv
 

Reply via email to