Skip to content

Commit

Permalink
Fixed Warnings. Refs eclipse-sumo#12
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Oct 14, 2020
1 parent ef76fdc commit f52ba98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/gui/windows/GUIDialog_GLObjChooser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ GUIDialog_GLObjChooser::toggleSelection(int listIndex) {


void
GUIDialog_GLObjChooser::filterACs(const std::vector<GUIGlID> &GLIDs) {
GUIDialog_GLObjChooser::filterACs(const std::vector<GUIGlID> &/*GLIDs*/) {
// overrided in GNEDialogACChooser
}

Expand Down

0 comments on commit f52ba98

Please sign in to comment.