Skip to content

Commit

Permalink
Merge pull request #106 from coseyo/master
Browse files Browse the repository at this point in the history
warning警告排除deprecated
  • Loading branch information
yanyiwu committed Apr 28, 2023
2 parents 1aeb164 + 765cb85 commit ef2f64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jieba.go
@@ -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 ef2f64b

Please sign in to comment.