Bug #1132
New warnings from basicio.cpp from Xcode 7.1/clang-700.1.76
Start date:
29 Oct 2015
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
basicio.cpp:284:21: warning: variable length arrays are a C99 feature [-Wvla-extension] char namebuf[namebufSize]; ^ basicio.cpp:295:23: warning: variable length arrays are a C99 feature [-Wvla-extension] char value[valueSize];
Associated revisions
History
Updated by Robin Mills about 6 years ago
- Status changed from Assigned to Resolved
Fix submitted. r3998.
#1132. Fix submitted.