pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libxls: Remove endianness TODO warning



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Sun Dec 16 17:39:47 2018 +0100
Changeset:	286433eb5b60232f4556cf7cd974ddd3ed21a039

Removed Files:
	libxls/TODO

Log Message:
libxls: Remove endianness TODO warning

src/endian.c checks the __BIG_ENDIAN__ and __LITTLE_ENDIAN__ macros. If
not defined a fallback case emits a warning and uses a runtime check
instead. The runtime check looks fine so I think the warning can be
safely ignored.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=286433eb5b60232f4556cf7cd974ddd3ed21a039

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libxls/TODO | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/libxls/TODO b/libxls/TODO
deleted file mode 100644
index e03c17d3aa..0000000000
--- a/libxls/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-- When compiling src/endian.c it ends up in the `NO ENDIAN' warning and logic.
-  Can it be adjusted?


Home | Main Index | Thread Index | Old Index