diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -698,6 +698,10 @@ Documentation Build ----- +- Issue #27659: Prohibit implicit C function declarations: use + -Werror=implicit-function-declaration when possible (GCC and Clang, but it + depends on the compiler version). Patch written by Chi Hsuan Yen. + - Issue #29384: Remove old Be OS helper scripts. - Issue #26851: Set Android compilation and link flags. |