Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libpopt] Suppress implicit-function-declaration #42662

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ports/libpopt/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -52,6 +52,8 @@ include_directories(${CMAKE_BINARY_DIR})
add_library(popt ${SOURCES})
if (MSVC)
target_compile_options(popt PRIVATE /wd4996)
else()
target_compile_options(popt PRIVATE -Wno-error=implicit-function-declaration)
endif()

install(TARGETS popt
2 changes: 1 addition & 1 deletion ports/libpopt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libpopt",
"version": "1.16",
"port-version": 17,
"port-version": 18,
"description": "Library for parsing command line parameters",
"dependencies": [
{
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
@@ -4990,7 +4990,7 @@
},
"libpopt": {
"baseline": "1.16",
"port-version": 17
"port-version": 18
},
"libpq": {
"baseline": "16.4",
5 changes: 5 additions & 0 deletions versions/l-/libpopt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a2e2e626497005de88c4a6b1f8a1ff327386f271",
"version": "1.16",
"port-version": 18
},
{
"git-tree": "2f73cf4ebdadeac639e83a83e2acc8766ed597c3",
"version": "1.16",