Skip to content

Commit

Permalink
just silenced warning on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
giuspen committed Oct 18, 2022
1 parent ea67ee9 commit b4b5950
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ct/ct_main_win_vte.cc
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ void CtMainWin::restart_vte(const char* first_cmd_passed)
spdlog::warn("!! GTK_IS_SCROLLABLE(pTermWidget)");
}
_hBoxVte.show_all();
#endif // HAVE_VTE
#else // !HAVE_VTE
spdlog::warn("!! noVte {}", first_cmd_passed);
#endif // !HAVE_VTE
}

void CtMainWin::update_vte_settings()
Expand Down

0 comments on commit b4b5950

Please sign in to comment.