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: | 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 , 9 years ago
comment:2 by , 9 years ago
Component: | Building Boost → regex |
---|---|
Owner: | set to |
Please file separate tickets for each library. I'm randomly assigning this to regex.
comment:3 by , 8 years ago
Component: | regex → filesystem |
---|---|
Owner: | changed from | to
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 , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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
In addition, the 'register' storage class is used in
boost/math/special_functions/detail/lanczos_sse2.hpp
, and produces these warnings when used.