Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning警告排除deprecated #106

Merged
merged 2 commits into from
Apr 28, 2023
Merged

warning警告排除deprecated #106

merged 2 commits into from
Apr 28, 2023

Commits on Apr 23, 2023

  1. warning警告排除deprecated

    使用 go test 测试分词时会展示多行 deprecated 的warning信息,新增 CXXFLAGS  -Wno-deprecated 可以隐藏相关信息展示,避免干扰正常信息的返回。
    coseyo committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    a6ada67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from coseyo/hotfix/warning-no-deprecated

    warning警告排除deprecated
    coseyo committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    765cb85 View commit details
    Browse the repository at this point in the history