problem when including readline.h

2011-02-13 Thread Robert Huff
I'm writing a C program which, for various reasons, has the warning level turned _way_ up. I'm now getting this: /usr/include/readline/readline.h:336: warning: redundant redeclaration of 'rl_make_bare_keymap' /usr/include/readline/keymaps.h:74: warning: previous declaration of

Re: problem when including readline.h

2011-02-13 Thread Chip Camden
Quoth Robert Huff on Sunday, 13 February 2011: I'm writing a C program which, for various reasons, has the warning level turned _way_ up. I'm now getting this: /usr/include/readline/readline.h:336: warning: redundant redeclaration of 'rl_make_bare_keymap'

Re: problem when including readline.h

2011-02-13 Thread Robert Huff
Chip Camden writes: I'm writing a C program which, for various reasons, has the warning level turned _way_ up. I'm now getting this: /usr/include/readline/readline.h:336: warning: redundant redeclaration of 'rl_make_bare_keymap' /usr/include/readline/keymaps.h:74:

Re: problem when including readline.h

2011-02-13 Thread Chip Camden
Quoth Robert Huff on Sunday, 13 February 2011: Chip Camden writes: I'm writing a C program which, for various reasons, has the warning level turned _way_ up. I'm now getting this: /usr/include/readline/readline.h:336: warning: redundant redeclaration of

Re: problem when including readline.h

2011-02-13 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Sun Feb 13 17:00:08 2011 From: Robert Huff roberth...@rcn.com Date: Sun, 13 Feb 2011 17:56:12 -0500 To: Chip Camden sterl...@camdensoftware.com Cc: questi...@freebsd.org Subject: Re: problem when including readline.h Chip Camden writes: I'm