Skip to content

Commit

Permalink
Dumb microsoft warning hider
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesYang007 committed Oct 19, 2024
1 parent 7398c9a commit 723489a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def run_cmd(cmd):
"/wd4305", # 'conversion': truncation from 'type1' to 'type2'
"/wd4267", # 'var' : conversion from 'size_t' to 'type', possible loss of data
"/wd4849", # OpenMP 'clause' clause ignored in 'directive' directive
"/wd4506", # no definition for inline function (I know what I'm doing Microsoft...)
"/O2",
]
include_dirs = [
Expand Down

0 comments on commit 723489a

Please sign in to comment.