Bug#409778: libgnutls-dev: warnings when compiling sample Posix threading codes

2007-02-12 Thread Andreas Metzler
On 2007-02-11 Russell Coker <[EMAIL PROTECTED]> wrote: [...] > Incidentally /usr/share/doc/gnutls-doc/html/gnutls.html also needs to be > updated to reference stdlib.h. That is going to be fixed on the gcrypt side of things. http://lists.gnupg.org/pipermail/gcrypt-devel/2007-February/001110.html

Bug#409778: libgnutls-dev: warnings when compiling sample Posix threading codes

2007-02-12 Thread Russell Coker
On Monday 12 February 2007 00:47, Andreas Metzler <[EMAIL PROTECTED]> wrote: > after adding #include the example complains without > warnings (except for the missing return/exit in main()) as C instead > of C++ code: warn.c:6: warning: missing initializer warn.c:6: warning: (near initialization

Bug#409778: libgnutls-dev: warnings when compiling sample Posix threading codes

2007-02-11 Thread Andreas Metzler
On 2007-02-05 Russell Coker <[EMAIL PROTECTED]> wrote: > Package: libgnutls-dev > Version: 1.4.4-3 > Severity: normal > #include > #include > #include > #include > GCRY_THREAD_OPTION_PTHREAD_IMPL; > int main() > { > /* The order matters. >*/ > gcry_control (GCRYCTL_SET_THREAD_CBS, &gc