Skip to content

Commit

Permalink
Less warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Mar 1, 2024
1 parent 6d86d1b commit 5791a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/faiss/extconf.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "mkmf-rice"
require "numo/narray"

$CXXFLAGS << " -Wall -Wno-unused-parameter -Wno-unused-function -Wno-unused-variable -Wno-deprecated-declarations"
$CXXFLAGS << " -Wall -Wno-unused-parameter -Wno-unused-function -Wno-unused-variable -Wno-deprecated-declarations -Wno-sign-compare"

# libomp changed to keg-only
# https://github.com/Homebrew/homebrew-core/issues/112107
Expand Down

0 comments on commit 5791a5f

Please sign in to comment.