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:
@@ -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>
|
||||
|
||||
sys_stat-h: Ensure blksize_t and blkcnt_t are defined.
|
||||
|
@@ -5,7 +5,8 @@ Status:
|
||||
deprecated
|
||||
|
||||
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:
|
||||
|
||||
|
@@ -2,7 +2,7 @@ Description:
|
||||
alignas and alignof that are like C23 and C++11.
|
||||
|
||||
Notice:
|
||||
The stdalign module is deprecated.
|
||||
This module is deprecated.
|
||||
New code should use the alignasof module, and not include <stdalign.h>.
|
||||
|
||||
Files:
|
||||
|
@@ -5,7 +5,8 @@ Status:
|
||||
deprecated
|
||||
|
||||
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:
|
||||
|
||||
|
@@ -2,7 +2,7 @@ Description:
|
||||
A <stdnoreturn.h> that nearly conforms to ISO C11.
|
||||
|
||||
Notice:
|
||||
The module 'stdnoreturn' is deprecated.
|
||||
This module is deprecated.
|
||||
New code should use the '_Noreturn' keyword or the 'noreturn' module.
|
||||
|
||||
Files:
|
||||
|
Reference in New Issue
Block a user