[liblouis-liblouisxml] [liblouis/liblouis] 2ba0b6: "Fix" warnings when compiling for a 64-bit archite...

  • From: Davy Kager <mail@xxxxxxxxxxxx>
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Thu, 07 Jan 2016 08:59:06 -0800

Branch: refs/heads/feature/ueb_update
Home: https://github.com/liblouis/liblouis
Commit: 2ba0b6e5af1e104eb635eb84595aa97e718c08e9

https://github.com/liblouis/liblouis/commit/2ba0b6e5af1e104eb635eb84595aa97e718c08e9
Author: Davy Kager <mail@xxxxxxxxxxxx>
Date: 2016-01-07 (Thu, 07 Jan 2016)

Changed paths:
M liblouis/compileTranslationTable.c
M liblouis/logging.c
M liblouis/lou_translateString.c
M liblouis/wrappers.c

Log Message:
-----------
"Fix" warnings when compiling for a 64-bit architecture.
In most cases, explicitly cast to int.
In the Windows version of lou_getProgramPath, change local variable size from
type size_t to DWORD because DWORD <= size_t.
Change ignoreCaseComp to accept length of type size_t because this corresponds
with the signature of the function strncasecmp that it implements.


Commit: f222c772b0c371ffb327d75d31d6025aedbab962

https://github.com/liblouis/liblouis/commit/f222c772b0c371ffb327d75d31d6025aedbab962
Author: Davy Kager <mail@xxxxxxxxxxxx>
Date: 2016-01-07 (Thu, 07 Jan 2016)

Changed paths:
M windows/include/config.h

Log Message:
-----------
We're at version 2.6.5 now.


Compare:
https://github.com/liblouis/liblouis/compare/01a8381d9f1b...f222c772b0c3

Other related posts:

  • » [liblouis-liblouisxml] [liblouis/liblouis] 2ba0b6: "Fix" warnings when compiling for a 64-bit archite... - Davy Kager