mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
Add warning for unused imports
This commit is contained in:
parent
729939ad93
commit
6a078ee075
13 changed files with 53 additions and 5 deletions
5
tests/sample_errors/warn_unused_import.blp
Normal file
5
tests/sample_errors/warn_unused_import.blp
Normal file
|
@ -0,0 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
using GLib 2.0;
|
||||
using Gio 2.0;
|
||||
|
||||
Gio.Cancellable {}
|
Loading…
Add table
Add a link
Reference in a new issue