Bug 38597

Summary: Сломана сборка с -Werror=strict-prototypes
Product: Sisyphus Reporter: Mikhail Efremov <sem>
Component: libnss-develAssignee: Alexey Gladkov <legion>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: legion, rauty
Version: unstable   
Hardware: all   
OS: Linux   

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).