Skip to content

Commit

Permalink
just use -Wno-warnings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjmurray committed Sep 12, 2024
1 parent 63e988f commit ad373bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RandBLAS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ target_include_directories(RandBLAS INTERFACE

target_link_libraries(RandBLAS INTERFACE ${RandBLAS_libs})

set(RandBLAS_cxx_opts -Wall -Wextra)
set(RandBLAS_cxx_opts -Wall -Wextra -Wno-comment)
if (SANITIZE_ADDRESS)
list(APPEND RandBLAS_cxx_opts -fsanitize=address)
target_link_options(RandBLAS INTERFACE -fsanitize=address)
Expand Down
1 change: 1 addition & 0 deletions RandBLAS/base.hh
Original file line number Diff line number Diff line change
Expand Up @@ -439,3 +439,4 @@ concept SketchingOperator = requires {


} // end namespace RandBLAS::base

0 comments on commit ad373bd

Please sign in to comment.