Commit 2565871
Fix implicitly declared function
The function 'rpmFreeCrypto' is implicitly declared. This will
be forbidden in future versions of GCC (the
-Werror=implicit-function-declaration behaviour will be enforced).
On top of that, as an anti-regression measure, the flag
-Werror=implicit-function-declaration is now part of the CMake config.
Co-authored-by: Tom Stellard <tstellar@github.com>1 parent aa9a484 commit 2565871
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
| 519 | + | |
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments