Merge commit '91894f27dce531c13d7e1be20253877f2e1e9e66'
* commit '91894f27dce531c13d7e1be20253877f2e1e9e66':
configure: Disable shift operator precedence warnings with MSVC
Conflicts:
configure
See: 9e208ce6dd
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -3257,8 +3257,7 @@ msvc_flags(){
|
|||||||
-Wall) echo -W4 -wd4244 -wd4127 -wd4018 -wd4389 \
|
-Wall) echo -W4 -wd4244 -wd4127 -wd4018 -wd4389 \
|
||||||
-wd4146 -wd4057 -wd4204 -wd4706 -wd4305 \
|
-wd4146 -wd4057 -wd4204 -wd4706 -wd4305 \
|
||||||
-wd4152 -wd4324 -we4013 -wd4100 -wd4214 \
|
-wd4152 -wd4324 -we4013 -wd4100 -wd4214 \
|
||||||
-wd4554 \
|
-wd4273 -wd4554 -wd4701 ;;
|
||||||
-wd4273 -wd4701 ;;
|
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user