Skip to content

Commit 26ff28e

Browse files
committed
Suppress warning about events not being subscribed to, they're public so that's none of the compiler's business
1 parent a1d187b commit 26ff28e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

WinampNowPlayingToFile/Facade/Templating/UnfuckedMustacheGenerator.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
namespace WinampNowPlayingToFile.Facade.Templating;
1313

14+
#pragma warning disable CS0067
15+
1416
public interface UnfuckedGenerator {
1517

1618
event EventHandler<UnfuckedKeyNotFoundEventArgs>? keyNotFound;

0 commit comments

Comments
 (0)