issues
search
flutter-tizen
/
engine
The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6
stars
19
forks
source link
Make use of maybe_unused in WindowChannel
#258
Closed
swift-kim
closed
2 years ago
swift-kim
commented
2 years ago
Remove the pragma
clang diagnostic ignored
and replace with
[[maybe_unused]]
.
Use explicit types (avoid
auto
).
clang diagnostic ignored
and replace with[[maybe_unused]]
.auto
).