Commit b4cb5a8e authored by Davis King's avatar Davis King

Changed code to avoid gcc warning when -W and -Wall are used together.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403016
parent 6b277448
......@@ -959,7 +959,7 @@ on_evidence_toggled (
// This event is called when the user causes no node to be selected
void main_window::
on_node_deselected ( unsigned long n )
on_node_deselected ( unsigned long )
{
no_node_selected();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment