diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-01-23 18:38:22 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-01-23 18:38:22 (GMT) |
commit | 66c99d59d6a6d533de0bb65488de8243213bcdea (patch) | |
tree | 02d86b67c16cb1036c7e8540933eb1a5b4c9d030 /ChangeLog | |
parent | adb98feb93f09d8de343c504a0c8c72815d62dab (diff) |
Used phys_t types instead of off_t types to remove compilation warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 16-01-23 Cyrille Bagard <nocbos@gmail.com> + * src/common/endianness.c: + * src/common/endianness.h: + * src/common/leb128.c: + * src/common/leb128.h: + Use 'phys_t' types instead of 'off_t' types to remove compilation warnings. + +16-01-23 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/analysis/db/items/comment.c: Update code. |