Merge commit '91894f27dc'
* commit '91894f27dc': configure: Disable shift operator precedence warnings with MSVC Conflicts: configure See:9e208ce6ddMerged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
33a79e443b
1 changed files with 1 additions and 2 deletions
3
configure
vendored
3
configure
vendored
|
|
@ -3257,8 +3257,7 @@ msvc_flags(){
|
|||
-Wall) echo -W4 -wd4244 -wd4127 -wd4018 -wd4389 \
|
||||
-wd4146 -wd4057 -wd4204 -wd4706 -wd4305 \
|
||||
-wd4152 -wd4324 -we4013 -wd4100 -wd4214 \
|
||||
-wd4554 \
|
||||
-wd4273 -wd4701 ;;
|
||||
-wd4273 -wd4554 -wd4701 ;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue