Skip to content

Commit

Permalink
Disable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Sep 19, 2022
1 parent 5cf708c commit a8daff5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
project(kaldi_native_io CXX)

# Remember to change scripts/conda/kaldi_native_io/meta.yaml
set(KALDI_NATIVE_IO_VERSION "1.15")
set(KALDI_NATIVE_IO_VERSION "1.15.1")

if(CMAKE_TOOLCHAIN_FILE)
set(_BUILD_PYTHON OFF)
Expand All @@ -32,9 +32,9 @@ if(DEFINED _GLIBCXX_USE_CXX11_ABI)
set(CMAKE_CXX_FLAGS " ${CMAKE_CXX_FLAGS} -D_GLIBCXX_USE_CXX11_ABI=${_GLIBCXX_USE_CXX11_ABI}")
endif()

set(CMAKE_CXX_FLAGS " ${CMAKE_CXX_FLAGS} -Wall ")
# set(CMAKE_CXX_FLAGS " ${CMAKE_CXX_FLAGS} -Wall ")
if(CMAKE_COMPILER_IS_GNUCXX)
set(CMAKE_CXX_FLAGS " ${CMAKE_CXX_FLAGS} -Werror -Wextra -Wpedantic -pedantic-errors -g ")
# set(CMAKE_CXX_FLAGS " ${CMAKE_CXX_FLAGS} -Werror -Wextra -Wpedantic -pedantic-errors -g ")
endif()

set(ALLOWABLE_BUILD_TYPES Debug Release RelWithDebInfo MinSizeRel)
Expand Down
2 changes: 1 addition & 1 deletion scripts/conda/kaldi_native_io/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: kaldi_native_io
version: "1.15"
version: "1.15.1"

source:
path: "{{ environ.get('KALDI_NATIVE_IO_ROOT_DIR') }}"
Expand Down

0 comments on commit a8daff5

Please sign in to comment.