aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorEli Zaretskii2017-09-08 11:00:34 +0300
committerEli Zaretskii2017-09-08 11:00:34 +0300
commitbe90cd1412c89cae6b2ba41133b888008ee478dc (patch)
tree6ecafcc06f0f9dfca74f3e9615a3c092be1fcb95 /src/buffer.c
parente2a10d7fa8092ef51a3b61a363061e37224e2ca1 (diff)
downloademacs-be90cd1412c89cae6b2ba41133b888008ee478dc.tar.gz
emacs-be90cd1412c89cae6b2ba41133b888008ee478dc.zip
Avoid compiler warnings on MS-Windows with GCC 6 and 7
* src/w32font.c (SUBRANGE): Use unsigned arithmetic for bit-shifting, to avoid compiler warnings. (w32font_text_extents): Tell GCC NGLYPHS is non-negative, to avoid a warning. For details of the warning, see http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00093.html. * src/term.c (keys) [WINDOWSNT]: Don't define, as it is not used in that build. * src/sound.c (sound_perror): Ifdef away on WINDOWSNT, as this function is not used in that build. * configure.ac: Disable -Wsuggest-attribute=format on MS-Windows.
Diffstat (limited to 'src/buffer.c')
0 files changed, 0 insertions, 0 deletions