File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/OVAL/probes/unix/linux Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ if (MSVC)
516
516
endif ()
517
517
518
518
if (${CMAKE_C_COMPILER_ID} STREQUAL "GNU" OR ${CMAKE_C_COMPILER_ID} STREQUAL "Clang" )
519
- set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pipe -W -Wall -Wnonnull -Wshadow -Wformat -Wundef -Wno-unused-parameter -Wmissing-prototypes -Wno-unknown-pragmas -Wno-int-conversion -D_GNU_SOURCE -std=c99" )
519
+ set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pipe -W -Wall -Wnonnull -Wshadow -Wformat -Wundef -Wno-unused-parameter -Wmissing-prototypes -Wno-unknown-pragmas -Wno-int-conversion -Werror=implicit-function-declaration - D_GNU_SOURCE -std=c99" )
520
520
endif ()
521
521
if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD" )
522
522
add_link_options (-lkvm -lm -lprocstat )
Original file line number Diff line number Diff line change 30
30
#include <rpm/rpmts.h>
31
31
#include <rpm/rpmmacro.h>
32
32
#include <rpm/rpmlog.h>
33
+ #include <rpm/rpmpgp.h>
33
34
#include <rpm/header.h>
34
35
35
36
#include <pthread.h>
You can’t perform that action at this time.
0 commit comments