Skip to content

Commit

Permalink
touch ups for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
schombert committed Dec 21, 2023
1 parent dc3e85e commit 4c41ae5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,8 @@ class diplomacy_action_dialog_agree_button : public generic_settable_element<but
return false;
case diplomacy_action::add_wargoal:
return false;
case diplomacy_action::state_transfer:
return false;
}
return false;
}
Expand Down Expand Up @@ -1345,6 +1347,8 @@ class diplomacy_action_dialog_agree_button : public generic_settable_element<but
break;
case diplomacy_action::add_wargoal:
break;
case diplomacy_action::state_transfer:
break;
}
if(parent) {
parent->set_visible(state, false);
Expand Down
2 changes: 1 addition & 1 deletion src/map/modes/religion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ std::vector<uint32_t> religion_map_from(sys::state& state) {
}

return prov_color;
}
}

0 comments on commit 4c41ae5

Please sign in to comment.