Files
OrcaSlicer/src/slic3r/GUI
Kris Austin c70a613548 build: clear 8 warnings - && inside || without parentheses (#15587)
Every edit makes the precedence the compiler already applies explicit. None
of them regroups an expression, so behavior is unchanged at all eight sites.
Strip parentheses and whitespace from the diff and the token stream matches.

GCodeProcessor.cpp:1472 tests == where the symmetric clause below tests !=,
which reads like a typo and is not one. A comment now explains why.

OrcaSlicer.cpp:4760 was the only judgment call. Its leading !is_seq_print is
bare while both operands are parenthesized, so the written form matches what
the compiler does. Kept rather than guessed at.
2026-09-09 07:43:08 -03:00
..
2025-10-28 15:29:50 +08:00
2026-07-29 19:37:17 +08:00
2025-10-05 16:02:17 +08:00
2026-07-29 19:37:17 +08:00
2026-06-07 13:12:51 +08:00
2026-07-18 03:15:11 +08:00
2026-08-23 22:43:41 +08:00
2026-08-23 22:43:41 +08:00
2026-08-23 22:11:48 +08:00
2026-08-23 22:11:49 +08:00
2026-06-18 09:13:51 -03:00
2026-07-24 09:41:24 -03:00
2025-10-28 15:29:56 +08:00
2026-08-19 01:37:23 +08:00
2025-10-28 15:29:56 +08:00
2026-08-19 14:08:19 +08:00
2026-04-25 18:14:51 +08:00
2026-08-23 22:11:48 +08:00
2026-07-28 19:17:26 +08:00
2026-07-29 16:27:15 -03:00
2026-07-02 17:49:36 +08:00
2026-07-02 17:49:36 +08:00
2026-08-06 06:08:02 +08:00
2026-06-18 09:13:51 -03:00
2026-02-04 11:40:02 +00:00
2026-01-23 17:05:56 +08:00
2026-01-23 17:05:56 +08:00
2026-07-02 17:49:36 +08:00
2026-07-02 17:49:36 +08:00
2025-10-28 15:30:06 +08:00
2025-10-28 15:29:56 +08:00
2026-08-23 22:43:41 +08:00
2026-08-23 22:11:48 +08:00