mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Automated update
This commit is contained in:
parent
b6e4dd1d04
commit
ef8e3374f1
2
configure
vendored
2
configure
vendored
@ -5911,7 +5911,7 @@ else
|
||||
struct X { int i; };
|
||||
struct Y { int i; };
|
||||
int main() {
|
||||
X x; Y*y = reinterpret_cast<Y*>(&x);
|
||||
X x; X*const z = &x;Y*y = reinterpret_cast<Y*>(z);
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:5918: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user