Mailing List Archive

compile warnings under -pedantic
gcc in -pendantic mode complains:

/usr/include/gcrypt.h:94: warning: comma at end of enumerator list
/usr/include/gcrypt.h:154: warning: comma at end of enumerator list
/usr/include/gcrypt.h:195: warning: comma at end of enumerator list
/usr/include/gcrypt.h:201: warning: comma at end of enumerator list
/usr/include/gcrypt.h:328: warning: comma at end of enumerator list
/usr/include/gcrypt.h:374: warning: comma at end of enumerator list
/usr/include/gcrypt.h:486: warning: comma at end of enumerator list

this applies to the Debian-packaged 1.1.4.

seems like an easy fix.

-neil