Date: Thu, 3 Sep 2020 02:46:49 +0000 (UTC) From: =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= <rigoletto@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547402 - head/editors/texstudio/files Message-ID: <202009030246.0832kngm020458@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rigoletto Date: Thu Sep 3 02:46:49 2020 New Revision: 547402 URL: https://svnweb.freebsd.org/changeset/ports/547402 Log: editors/texstudio: Fix build on -CURRENT. PR: 249030 Submitted by: rhurlin Added: head/editors/texstudio/files/patch-src_texstudio.cpp (contents, props changed) Added: head/editors/texstudio/files/patch-src_texstudio.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/texstudio/files/patch-src_texstudio.cpp Thu Sep 3 02:46:49 2020 (r547402) @@ -0,0 +1,11 @@ +--- src/texstudio.cpp.orig 2020-09-03 02:38:42 UTC ++++ src/texstudio.cpp +@@ -3600,7 +3600,7 @@ void Texstudio::editEraseWordCmdEnv() + + switch (tk.type) { + case Token::commandUnknown: +- [[gnu::fallthrough]] ++ [[gnu::fallthrough]]; + case Token::command: + command = tk.getText(); + if (command == "\\begin" || command == "\\end") {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009030246.0832kngm020458>