Opened 9 years ago

#9257 new Patches

Fix for clang compiler warning

Reported by: marci_r@… Owned by: chris_kohlhoff
Milestone: To Be Determined Component: asio
Version: Boost Development Trunk Severity: Cosmetic
Keywords: Cc:

Description

clang complains about the unsigned value TLS_OUT_OF_INDEXES not fitting into a signed enum value in boost\asio\detail\impl\win_tss_ptr.ipp. The attach patch silences this warning.

Attachments (1)

win_tss_ptr.ipp.patch (416 bytes ) - added by marci_r@… 9 years ago.
Fix for clang-cl compiler warning

Download all attachments as: .zip

Change History (1)

by marci_r@…, 9 years ago

Attachment: win_tss_ptr.ipp.patch added

Fix for clang-cl compiler warning

Note: See TracTickets for help on using tickets.