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)
516516endif ()
517517
518518if (${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" )
520520endif ()
521521if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD" )
522522 add_link_options (-lkvm -lm -lprocstat )
Original file line number Diff line number Diff line change 3030#include <rpm/rpmts.h>
3131#include <rpm/rpmmacro.h>
3232#include <rpm/rpmlog.h>
33+ #include <rpm/rpmpgp.h>
3334#include <rpm/header.h>
3435
3536#include <pthread.h>
You can’t perform that action at this time.
0 commit comments