diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-07-06 21:40:55 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-07-06 21:40:55 (GMT) |
commit | 7dac383e885e39c09b08542cfbd017fa45597ff2 (patch) | |
tree | 229261e9f4b9a26d15259960b97ec558cfba08bf /ChangeLog | |
parent | b4f47417b8bc7b7e97b1e60a35663d99155a92c2 (diff) |
Fixed compilation warnings as _BSD_SOURCE has been deprecated in favor of _DEFAULT_SOURCE.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 17-07-06 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: + Fix compilation warnings as _BSD_SOURCE has been deprecated in favor + of _DEFAULT_SOURCE. + +17-07-06 Cyrille Bagard <nocbos@gmail.com> + * src/gtkext/easygtk.c: * src/gtkext/easygtk.h: Provide a way to scroll a tree view to a given point. |