Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #255442

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Sat 17 Jan 2026 11:46:31
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 85c841cb45e5fe99ed3420adfa9c556fb397aefb

Comments

msvc: drop exception, make `BIT()` a bitfield with Visual Studio
Add casts to `bool`, or use `bit` type in local variables, where
neccessary to avoid MSVC compiler warnings C4242.

Note: There may remain places needing the above updates, where not
tested in CI, and missed in manual review.

Also:
- urldata: convert struct field `connect_only` to bitfield to match its
  counterpart in another struct.
- rename curl-specific `bit` type to `curl_bit`.

Closes #20142

Changed files