-Arx/src/io/fs/FilesystemBoost.cpp:106:26: style: Redundant condition: If 'type == 0', the comparison 'type != 1' is always true. [redundantCondition] +Arx/src/io/fs/FilesystemBoost.cpp:106:26: style: Redundant condition: The condition 'type == 0' is redundant since 'type != 1' is sufficient. [redundantCondition]