Re: RFR: 8314141: Missing default for switch in CreateBitmap

2023-08-11 Thread John Hendrikx
On Fri, 11 Aug 2023 06:14:58 GMT, Ambarish Rapte wrote: > This is a simple change to add a missing default statement. > @kevinrushforth @jayathirthrao please review. Marked as reviewed by jhendrikx (Committer). - PR Review: https://git.openjdk.org/jfx/pull/1206#pullrequestreview-15

Re: RFR: 8314141: Missing default for switch in CreateBitmap

2023-08-11 Thread Kevin Rushforth
On Fri, 11 Aug 2023 06:14:58 GMT, Ambarish Rapte wrote: > This is a simple change to add a missing default statement. > @kevinrushforth @jayathirthrao please review. Marked as reviewed by kcr (Lead). - PR Review: https://git.openjdk.org/jfx/pull/1206#pullrequestreview-1573495155

Re: RFR: 8314141: Missing default for switch in CreateBitmap

2023-08-11 Thread Jayathirth D V
On Fri, 11 Aug 2023 06:14:58 GMT, Ambarish Rapte wrote: > This is a simple change to add a missing default statement. > @kevinrushforth @jayathirthrao please review. Marked as reviewed by jdv (Author). - PR Review: https://git.openjdk.org/jfx/pull/1206#pullrequestreview-1573221415

RFR: 8314141: Missing default for switch in CreateBitmap

2023-08-10 Thread Ambarish Rapte
This is a simple change to add a missing default statement. @kevinrushforth @jayathirthrao please review. - Commit messages: - default: return NULL; Changes: https://git.openjdk.org/jfx/pull/1206/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1206&range=00 Issue: https://