Bug 38597 - Сломана сборка с -Werror=strict-prototypes
Summary: Сломана сборка с -Werror=strict-prototypes
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: libnss-devel (show other bugs)
Version: unstable
Hardware: all Linux
: P5 normal
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-10 12:53 MSK by Mikhail Efremov
Modified: 2020-06-10 14:05 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Efremov 2020-06-10 12:53:04 MSK
С libnss-3.53:
/usr/include/nss/pk11pub.h:951:1: error: function declaration isn't a prototype [-Werror=strict-prototypes]
  951 | int SECMOD_GetSystemFIPSEnabled();
      | ^~~
Очевидно должно быть
int SECMOD_GetSystemFIPSEnabled(void);
Comment 1 Repository Robot 2020-06-10 14:05:52 MSK
nss-3.53.0-alt3 -> sisyphus:

 Wed Jun 10 2020 Alexey Gladkov <legion@altlinux.ru> 3.53.0-alt3
 - Fix build with nss headers and -Werror=strict-prototypes (ALT#38597).