finished CI testing; put things back
This commit is contained in:
@@ -8,8 +8,6 @@ strategy:
|
|||||||
imageName: 'ubuntu-24.04'
|
imageName: 'ubuntu-24.04'
|
||||||
toolchainName: clang
|
toolchainName: clang
|
||||||
buildTargetName: all
|
buildTargetName: all
|
||||||
checkWarnings: true
|
|
||||||
warningTaskFilters: '\[\-W+.+\]|^((vs|ms)build|ant(\s+.+)?|gradle(w)?(\s+.+)?|grunt|gulp|maven(\s+.+)?|xamarin(android|ios)|xcode(\s+.+)?|cmake|build\s+.+)$'
|
|
||||||
linux_jammy_gcc9_all:
|
linux_jammy_gcc9_all:
|
||||||
imageName: 'ubuntu-22.04'
|
imageName: 'ubuntu-22.04'
|
||||||
toolchainName: gcc9
|
toolchainName: gcc9
|
||||||
|
|||||||
+2
-1
@@ -991,7 +991,8 @@ X11_putstr(winid window, int attr, const char *str)
|
|||||||
X11_destroy_nhwindow(window);
|
X11_destroy_nhwindow(window);
|
||||||
*wp = window_list[new_win];
|
*wp = window_list[new_win];
|
||||||
window_list[new_win].type = NHW_NONE; /* allow re-use */
|
window_list[new_win].type = NHW_NONE; /* allow re-use */
|
||||||
/* fall through */
|
FALLTHROUGH;
|
||||||
|
/*FALLTHRU*/
|
||||||
case NHW_TEXT:
|
case NHW_TEXT:
|
||||||
add_to_text_window(wp, attr, str);
|
add_to_text_window(wp, attr, str);
|
||||||
break;
|
break;
|
||||||
|
|||||||
@@ -187,6 +187,7 @@ curs_scroll_invt(WINDOW *win UNUSED)
|
|||||||
res = 1;
|
res = 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
FALLTHROUGH;
|
||||||
/*FALLTHRU*/
|
/*FALLTHRU*/
|
||||||
case KEY_RIGHT:
|
case KEY_RIGHT:
|
||||||
case KEY_NPAGE:
|
case KEY_NPAGE:
|
||||||
|
|||||||
Reference in New Issue
Block a user