Skip to content

Commit

Permalink
Merge pull request #1 from coseyo/hotfix/warning-no-deprecated
Browse files Browse the repository at this point in the history
warning警告排除deprecated
  • Loading branch information
coseyo committed Apr 23, 2023
2 parents 1aeb164 + a6ada67 commit 765cb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jieba.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package gojieba

/*
#cgo CXXFLAGS: -I./deps -DLOGGING_LEVEL=LL_WARNING -O3 -Wall
#cgo CXXFLAGS: -I./deps -DLOGGING_LEVEL=LL_WARNING -O3 -Wall -Wno-deprecated
#include <stdlib.h>
#include "jieba.h"
*/
Expand Down

0 comments on commit 765cb85

Please sign in to comment.