mariadb/dbug
ParadoxV5 21dfef474c Reënable ATTRIBUTE_FORMAT on DBUG_PRINT & t/eprint
(Re)ënable the `ATTRIBUTE_FORMAT` on `my_dbug.h`’s `_db_doprnt_`
(better known by its frontend `DBUG_PRINT`) and `ma_recovery_util.h`’s
`tprint` & `eprint` to leverage GCC `-Wformat` checking

c4bf4b7aef introduced `WAITING_FOR_BUGFIX_TO_VSPRINTF` to conditionally
(read: temporarily) disable their `ATTRIBUTE_FORMAT`s.
Whatever that bug was aside, MDEV-21978 Zulip suggested that the
preference for `%b` was probably intended, although c52e62a76f
reverted the one in `storage/maria/ma_recovery.c` back to `%s`.

All extension migrations (e.g., `%b` ➡ `%sB`)
in this commit were on `DBUG_PRINT`.
2025-02-12 10:17:44 +01:00
..
CMakeLists.txt Merge 10.4 into 10.5 2021-05-26 09:47:28 +03:00
dbug.c Reënable ATTRIBUTE_FORMAT on DBUG_PRINT & t/eprint 2025-02-12 10:17:44 +01:00
dbug_add_tags.pl mtr: use env for perl 2020-06-23 03:24:46 +02:00
dbug_long.h small dbug cleanup 2011-07-10 19:50:29 +02:00
example1.c document DBUG_OUTPUT() 2004-11-11 14:42:35 +01:00
example2.c document DBUG_OUTPUT() 2004-11-11 14:42:35 +01:00
example3.c document DBUG_OUTPUT() 2004-11-11 14:42:35 +01:00
factorial.c remove duplicate code from the factorial dbug example 2012-08-23 15:30:43 +02:00
main.c document DBUG_OUTPUT() 2004-11-11 14:42:35 +01:00
monty.doc dbug changes: 2006-02-14 22:36:11 +01:00
my_main.c Fix clang-15 -Wdeprecated-non-prototype 2022-07-01 09:34:31 +03:00
remove_function_from_trace.pl mtr: use env for perl 2020-06-23 03:24:46 +02:00
tests-t.pl Vanilla cleanups and refactorings 2021-10-26 17:07:46 +02:00
tests.c Vanilla cleanups and refactorings 2021-10-26 17:07:46 +02:00
user.r Merge branch '10.6' into 10.7 2022-08-10 13:12:32 +02:00