1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

stdalign, stdnoreturn: improve deprecation warnings

* modules/stdalign, modules/stdalign-h, modules/stdnoreturn:
* modules/stdnoreturn-h: Use more consistent deprecation
warnings, that do not recommend a different deprecated module.
This commit is contained in:
Paul Eggert
2025-01-17 21:08:27 -08:00
parent b4ead00732
commit 4aa14272e1
5 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
2025-01-17 Paul Eggert <eggert@cs.ucla.edu>
stdalign, stdnoreturn: improve deprecation warnings
* modules/stdalign, modules/stdalign-h, modules/stdnoreturn:
* modules/stdnoreturn-h: Use more consistent deprecation
warnings, that do not recommend a different deprecated module.
2025-01-17 Bruno Haible <bruno@clisp.org> 2025-01-17 Bruno Haible <bruno@clisp.org>
sys_stat-h: Ensure blksize_t and blkcnt_t are defined. sys_stat-h: Ensure blksize_t and blkcnt_t are defined.

View File

@@ -5,7 +5,8 @@ Status:
deprecated deprecated
Notice: Notice:
This module is deprecated. Use the module 'stdalign-h' instead. This module is deprecated.
New code should use the alignasof module, and not include <stdalign.h>.
Files: Files:

View File

@@ -2,7 +2,7 @@ Description:
alignas and alignof that are like C23 and C++11. alignas and alignof that are like C23 and C++11.
Notice: Notice:
The stdalign module is deprecated. This module is deprecated.
New code should use the alignasof module, and not include <stdalign.h>. New code should use the alignasof module, and not include <stdalign.h>.
Files: Files:

View File

@@ -5,7 +5,8 @@ Status:
deprecated deprecated
Notice: Notice:
This module is deprecated. Use the module 'stdnoreturn-h' instead. This module is deprecated.
New code should use the '_Noreturn' keyword or the 'noreturn' module.
Files: Files:

View File

@@ -2,7 +2,7 @@ Description:
A <stdnoreturn.h> that nearly conforms to ISO C11. A <stdnoreturn.h> that nearly conforms to ISO C11.
Notice: Notice:
The module 'stdnoreturn' is deprecated. This module is deprecated.
New code should use the '_Noreturn' keyword or the 'noreturn' module. New code should use the '_Noreturn' keyword or the 'noreturn' module.
Files: Files: