compile warnings under -pedantic

Neil Spring nspring@cs.washington.edu
Mon, 1 Oct 2001 15:31:23 -0700


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