~barnowl/barnowl/master

Viewing all changes in revision 2323.

  • Committer: Anders Kaseorg
  • Date: 2017-12-23 23:29:41 UTC
  • Revision ID: git-v1:0480eeffe2f3ad551b49cc43d166a89cd6ac2e33
Define _DEFAULT_SOURCE in addition to _BSD_SOURCE

Fixes many copies of this warning with glibc 2.20.  (See _BSD_SOURCE
in feature_test_macros(7).)

In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33:0,
                 from /usr/include/stdint.h:26,
                 from /usr/lib/gcc/x86_64-linux-gnu/7/include/stdint.h:9,
                 from /usr/include/ncursesw/curses.h:63,
                 from owl.h:20,
                 from message.c:1:
/usr/include/features.h:183:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~

Signed-off-by: Anders Kaseorg <andersk@mit.edu>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: