coreboot-kgpe-d16/payloads/libpayload/curses/PDCurses/pdcurses
Jacob Garber 5f7b1164c5 libpayload: Enable -Wimplicit-fallthrough
Add comments to intentional fall throughs and enable the warning.

Change-Id: I93e071c4fb139fa6e9cd8a1bfb5800f5f4eac50b
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34457
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
2019-07-21 17:17:42 +00:00
..
README
addch.c
addchstr.c
addstr.c
attr.c
beep.c
bkgd.c
border.c
clear.c Fix typos involving "the the" 2018-12-18 13:24:28 +00:00
color.c
debug.c
delch.c
deleteln.c
deprec.c
getch.c
getstr.c
getyx.c
inch.c
inchstr.c
initscr.c
inopts.c
insch.c
insstr.c
instr.c
kernel.c
keyname.c
mouse.c
move.c
outopts.c
overlay.c
pad.c
panel.c
printw.c
refresh.c
scanw.c libpayload: Enable -Wimplicit-fallthrough 2019-07-21 17:17:42 +00:00
scr_dump.c
scroll.c
slk.c
termattr.c
terminfo.c
touch.c
util.c
window.c

README

PDCurses Portable Core
======================

This directory contains core PDCurses source code files common to all
platforms.


Building
--------

These modules are built by the platform-specific makefiles, in the
platform directories.


Distribution Status
-------------------

The files in this directory are released to the Public Domain.


Acknowledgements
----------------

The panel library was originally provided by
Warren Tucker <wht@n4hgf.mt-park.ga.us>