Igalia / wolvic-chromium

The official GitHub mirror of the Chromium source
https://chromium.googlesource.com/chromium/src/
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Fix the build error after PR 10 #11

Closed mshin-wolvic closed 1 year ago

mshin-wolvic commented 1 year ago

Fixed some build errors when compiling after cleanup ex) warning: [NoSynchronizedMethodCheck] Used synchronized modifier in public method warning: [NoRedundantFieldInit] Do not explicitly initialize a non-final field with a default value warning: unused member

mshin-wolvic commented 1 year ago

LGTM... Though I would prefer a more verbose commit message explaining what happened.

Done