]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Follow gnulib-tool changes, part 43.
authorCollin Funk <collin.funk1@gmail.com>
Wed, 6 Mar 2024 07:47:08 +0000 (23:47 -0800)
committerBruno Haible <bruno@clisp.org>
Wed, 6 Mar 2024 10:56:58 +0000 (11:56 +0100)
commit1a54a8c071402402e4dff6e08c9449bf3ee62bac
treed9977e2bb811f46de0e49ba50211cb51dcb36ffc
parent0efb0d92dc38127177fa5bc30eff95de82933144
gnulib-tool.py: Follow gnulib-tool changes, part 43.

Follow gnulib-tool change
2021-06-10  Bruno Haible  <bruno@clisp.org>
Clarify that compiler warnings in the Gnulib tests can be ignored.

* pygnulib/GLEmiter.py (GLEmiter.initmacro_start): Add boolean argument
to control whether gl_CC_ALLOW_WARNINGS and gl_CXX_ALLOW_WARNINGS should
be required.
(GLEmiter.tests_Makefile_am): Emit overrides for CFLAGS and CXXFLAGS.
Emit a dependency of 'all' on 'all-notice' that prints a warning that
compiler warnings can be ignored for tests.
* pygnulib/GLImport.py (GLImport.gnulib_comp): Add boolean argument to
tell whether a tests Makefile.am is being emitted. Update calls to
GLEmiter.initmacro_start.
(GLImport.execute): Update calls to GLEmiter.initmacro_start.
* pygnulib/GLTestDir.py (GLTestDir.execute): Likewise.
ChangeLog
gnulib-tool.py.TODO
pygnulib/GLEmiter.py
pygnulib/GLImport.py
pygnulib/GLTestDir.py