shogo82148 / mecab

Unofficial fork of taku910/mecab (Yet another Japanese morphological analyzer)
https://shogo82148.github.io/mecab/
11 stars 1 forks source link

fix warning: "NOMINMAX" redefined #34

Closed shogo82148 closed 4 years ago

shogo82148 commented 4 years ago

warning message is here

https://github.com/shogo82148/mecab/runs/444773434?check_suite_focus=true#step:10:21

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_DEFAULT_RC=\"/usr/local/etc/mecabrc\" -O3 -Wall -c utils.cpp  -DDLL_EXPORT -DPIC -o .libs/utils.o
In file included from utils.cpp:36:0:
common.h:23:0: warning: "NOMINMAX" redefined
 #define NOMINMAX

utils.cpp:24:0: note: this is the location of the previous definition
 #define NOMINMAX 1