This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch for ncurses and pedantic


Thanks, AJ.  I'll put it in the queue for the next cygwin release of
ncurses. (There's no point in sending this patch, as it is, to the GNU
people -- their version, the official version, of ncurses doesn't even
*have* an ncurses_dll.h file)

--Chuck

AJ Reins wrote:
> 
> Here is a small patch to stop a compilation warning when compiling with
> the pedantic switch. The warning given is garbage after undefine. Very
> informative message!
> 
> *** ncurses_dll.h.old   Wed Apr 25 00:33:46 2001
> --- ncurses_dll.h       Thu May 17 11:01:58 2001
> ***************
> *** 12,19 ****
>   #  endif
>   #  undef NCURSES_IMPEXP
>   #  undef NCURSES_API
> ! #  undef NCURSES_EXPORT(type,symbol)
> ! #  undef NCURSES_EXPORT_VAR(type)
>   #  if defined(NCURSES_DLL)
>   /* building a DLL */
>   #    define NCURSES_IMPEXP __declspec(dllexport)
> --- 12,19 ----
>   #  endif
>   #  undef NCURSES_IMPEXP
>   #  undef NCURSES_API
> ! #  undef NCURSES_EXPORT
> ! #  undef NCURSES_EXPORT_VAR
>   #  if defined(NCURSES_DLL)
>   /* building a DLL */
>   #    define NCURSES_IMPEXP __declspec(dllexport)
> 
> --
> AJ Reins - tbisp<AT>qwest.net -or- tbisp<AT>my-deja.com
> Warning label I would like to see on software:
> "Before using, read instructions.
>  If you do not understand or cannot read,
>   do no use this product."
> 
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]