Opened 9 years ago

Closed 8 years ago

#9640 closed Bugs (fixed)

Warnings under Xcode 5.1 (clang 503.0.19) (and possibly others)

Reported by: rmann@… Owned by: Beman Dawes
Milestone: To Be Determined Component: filesystem
Version: Boost 1.55.0 Severity: Cosmetic
Keywords: Cc:

Description

boost_1_55_0/libs/filesystem/src/operations.cpp:250:21: Unused variable 'buf_size'

boost_1_55_0/boost/regex/v4/regex_raw_buffer.hpp:132:7: 'register' storage class specifier is deprecated

boost_1_55_0/libs/regex/src/regex_raw_buffer.cpp:39:4: 'register' storage class specifier is deprecated (also line 42, 47, 66)

Change History (4)

comment:1 by anonymous, 9 years ago

In addition, the 'register' storage class is used in boost/math/special_functions/detail/lanczos_sse2.hpp, and produces these warnings when used.

comment:2 by Steven Watanabe, 9 years ago

Component: Building Boostregex
Owner: set to John Maddock

Please file separate tickets for each library. I'm randomly assigning this to regex.

comment:3 by John Maddock, 8 years ago

Component: regexfilesystem
Owner: changed from John Maddock to Beman Dawes

Regex issue fixed in https://github.com/boostorg/regex/commit/7a9887f7eb84451cc0bb69793d90d6a0f7323566.

Boost.Math was already fixed for this a while back.

Reassigning to filesystem.

comment:4 by Beman Dawes, 8 years ago

Resolution: fixed
Status: newclosed

Boost.Filesystem warning reported has been cleared. Also a lot of other warnings from various compilers on Windows. Will be attacking warnings on other operating systems, too.

Thanks,

--Beman

Note: See TracTickets for help on using tickets.