Skip to content

Commit

Permalink
Fightsome Compile Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed Apr 11, 2024
1 parent dfe4671 commit c4b2f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ArtNetSharp/Communication/PortConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class PortConfig
private ConcurrentDictionary<RDMUID, RDMUID> additionalRDMUIDs = new ConcurrentDictionary<RDMUID, RDMUID>();
public IReadOnlyCollection<RDMUID> AdditionalRDMUIDs;
public event EventHandler<RDMUID_ReceivedBag> RDMUIDReceived;
public event EventHandler<RDMMessage> RDMMessageReceived;
//public event EventHandler<RDMMessage> RDMMessageReceived;

public PortConfig(in byte bindIndex, in Net net, in Subnet subnet, in Universe universe, in bool output, in bool input)
: this(bindIndex, new PortAddress(net, subnet, universe), output, input)
Expand Down
2 changes: 1 addition & 1 deletion Examples/ControlerRDMExample/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
catch (Exception ex)
{

Console.WriteLine(ex.ToString());
}
}

Expand Down

0 comments on commit c4b2f09

Please sign in to comment.