mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Fixed warnings produced by clang-9.0.0
This commit is contained in:
@@ -342,14 +342,6 @@ static inline void writeReal(uchar* p, double fval)
|
||||
class FileStorage::Impl : public FileStorage_API
|
||||
{
|
||||
public:
|
||||
enum State
|
||||
{
|
||||
UNDEFINED = 0,
|
||||
VALUE_EXPECTED = 1,
|
||||
NAME_EXPECTED = 2,
|
||||
INSIDE_MAP = 4
|
||||
};
|
||||
|
||||
void init()
|
||||
{
|
||||
flags = 0;
|
||||
|
||||
Reference in New Issue
Block a user