Skip to content

Commit

Permalink
[libsodium] Fix linux build error. (microsoft#7297)
Browse files Browse the repository at this point in the history
  • Loading branch information
NancyLi1013 authored and Rastaban committed Jul 17, 2019
1 parent 8ac43f1 commit 709e042
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ports/libsodium/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/libsodium/CONTROL
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 709e042

Please sign in to comment.