Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Release: Add news item about explicit typing
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Dec 10, 2019
1 parent 193d6e6 commit 584f1ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,16 @@ you up to date with the multi-language support provided by Elektra.

## Build

### Compilation

- We do not use implicit typing in the code of the

- `augeas`,
- `base64`, and
- `blockresolver`

plugin any more. After this update, the code compiles without any warnings, even though we now use the compiler switch `-Wconversion`. _(René Schwaiger)_

### CMake

- We fixed warnings about CMake policy [CMP0078](https://cmake.org/cmake/help/latest/policy/CMP0078.html) and [CMP0086](https://cmake.org/cmake/help/latest/policy/CMP0086.html). _(René Schwaiger)_
Expand Down

0 comments on commit 584f1ba

Please sign in to comment.