]> git.pld-linux.org Git - packages/mosh.git/blame - mosh-Werror.patch
- release 11 (by relup.sh)
[packages/mosh.git] / mosh-Werror.patch
CommitLineData
c0744186
JB
1--- mosh-1.3.2/src/terminal/terminalframebuffer.cc.orig 2017-12-15 21:34:01.064968374 +0100
2+++ mosh-1.3.2/src/terminal/terminalframebuffer.cc 2017-12-15 21:34:05.881877497 +0100
3@@ -52,7 +52,7 @@
4 fallback( false ),
5 wrap( false )
6 {
7- assert( false );
8+//assert( false ); // this causes "uninitialized" warning on Cell() use in Raw()
9 }
10
11 void Cell::reset( color_type background_color )
This page took 0.254839 seconds and 4 git commands to generate.