mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
[libsodium] Fix linux build error. (#7297)
This commit is contained in:
parent
8ac43f19f3
commit
709e042134
@ -152,24 +152,24 @@ else ()
|
||||
-Wbad-function-cast
|
||||
-Wcast-qual
|
||||
#-Wdiv-by-zero
|
||||
-Wduplicated-branches
|
||||
-Wduplicated-cond
|
||||
#-Wduplicated-branches
|
||||
#-Wduplicated-cond
|
||||
-Wfloat-equal
|
||||
-Wformat=2
|
||||
-Wlogical-op
|
||||
-Wmaybe-uninitialized
|
||||
-Wmisleading-indentation
|
||||
#-Wmisleading-indentation
|
||||
-Wmissing-declarations
|
||||
-Wmissing-prototypes
|
||||
-Wnested-externs
|
||||
#-Wno-type-limits
|
||||
#-Wno-unknown-pragmas
|
||||
-Wnormalized=id
|
||||
-Wnull-dereference
|
||||
#-Wnull-dereference
|
||||
-Wold-style-declaration
|
||||
-Wpointer-arith
|
||||
-Wredundant-decls
|
||||
-Wrestrict
|
||||
#-Wrestrict
|
||||
#-Wsometimes-uninitialized
|
||||
-Wstrict-prototypes
|
||||
-Wswitch-enum
|
||||
|
@ -1,4 +1,4 @@
|
||||
Source: libsodium
|
||||
Version: 1.0.18
|
||||
Version: 1.0.18-1
|
||||
Description: A modern and easy-to-use crypto library
|
||||
Homepage: https://github.com/jedisct1/libsodium
|
||||
|
Loading…
Reference in New Issue
Block a user