1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 22:40:51 -08:00
emacs/lib-src
Juanma Barranquero 9c88f33949 w32: Fix some warnings reported by -Wall -Wextra.
* lib-src/ntlib.c: Include <ctype.h>.

* nt/cmdproxy.c: Include <ctype.h>.
  (make_absolute): Remove unused variable `i'.

* src/w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
  (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
  (Fx_close_connection): Remove unused variable `i'.

* src/w32font.c (w32font_draw): Return number of glyphs.
  (w32font_open_internal): Remove unused variable `i'.
  (w32font_driver): Add missing initializer.

* src/w32menu.c (utf8to16): Remove unused variable `utf16'.
  (fill_in_menu): Remove unused variable `items_added'.

* src/w32term.c (last_mouse_press_frame): Remove static global variable.
  (w32_clip_to_row): Remove unused variable `f'.
  (x_delete_terminal): Remove unused variable `i'.

* src/w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
  (NOTHING): Remove unused static global variable.
  (uniscribe_check_otf): Remove unused variable `table'.
  (uniscribe_font_driver): Add missing initializers.
2011-03-23 17:25:38 +01:00
..
.gitignore Don't ignore files that are no longer generated 2011-02-13 19:35:05 +01:00
ChangeLog w32: Fix some warnings reported by -Wall -Wextra. 2011-03-23 17:25:38 +01:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
ebrowse.c * ebrowse.c: Use size_t, not int, for sizes. 2011-03-21 11:03:15 -07:00
emacsclient.c Add --quiet option for emacsclient (bug#663) (tiny change) 2011-03-02 23:00:23 -08:00
etags.c * etags.c (Ada_funcs): Redo slightly to avoid overflow warning. 2011-03-21 09:41:03 -07:00
fakemail.c [ChangeLog] 2011-03-20 22:04:41 -07:00
grep-changelog Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
hexl.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
make-docfile.c * make-docfile.c (scan_c_file): Refactor local variable decls to make their scope 2011-02-25 14:21:01 -08:00
Makefile.in Replace mkinstalldirs with `install-sh -d', as automake recommends. 2011-03-22 20:09:55 -07:00
makefile.w32-in MS-Windows part of 2011-02-21T23:22:34Z!eggert@cs.ucla.edu, addition of min-max.h. 2011-02-22 19:51:38 +02:00
movemail.c * movemail.c: Define macros only in needed contexts. 2011-02-21 16:11:56 -08:00
ntlib.c w32: Fix some warnings reported by -Wall -Wextra. 2011-03-23 17:25:38 +01:00
ntlib.h Fix the MS-Windows build broken by 2011-01-17T19:01:01Z!eggert@cs.ucla.edu and emacs-23/2010-05-21T19:51:48Z!acm@muc.de. 2011-01-29 14:36:11 +02:00
pop.c [ChangeLog] 2011-02-21 15:22:34 -08:00
pop.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
profile.c Declare file-scope functions and variables static if not exported. 2011-02-21 10:06:25 -08:00
rcs-checkin Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
rcs2log Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
README changed Emacs' to GNU Emacs' 2006-03-31 07:25:44 +00:00
test-distrib.c * test-distrib.c (buf): Make this local, to avoid shadowing. 2011-02-21 15:15:17 -08:00
testfile
update-game-score.c update-game-score: fix bug with -r 2011-03-21 00:46:53 -07:00
vcdiff Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.