travis CI fixes

This commit is contained in:
Sergey Zubkov 2017-05-24 22:35:05 -04:00
parent 6c3620d1e8
commit d816cc5705

View File

@ -7362,7 +7362,7 @@ Use of the other casts can violate type safety and cause the program to access a
B b;
user(&b); // OK
user2(&b); // bad error
user3(&b); // OK *if* the programmmer got the some_condition check right
user3(&b); // OK *if* the programmer got the some_condition check right
}
##### Note