Opened 9 years ago
Closed 5 years ago
#15757 closed task (patchwelcome)
[meta] add {} for actionless for() statements
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | General | Version: | 1.8.0rc1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Avoid closure build warnings by doing
for(j = d; j < 4; ++j, r.pop()){};
instead of
for(j = d; j < 4; ++j, r.pop());
Change History (1)
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Given that no one has shown interest in creating a patch in the past 3+ years, I'm closing this as patchwelcome.