My problem is in line 7 of /usr/include/alsa/version.h

#define SND_LIB_SUBMINOR        08 /**< subminor number of library version */

gcc 2.96 says that there is an error (ex. #include alsa/version.h and
print SND_LIB_SUBMINOR )

But with this line
#define SND_LIB_SUBMINOR        8 /**< subminor number of library version */

I don't have any problems


Anyone knowns how override this little error in gcc 2.96?

There is any difference with 08 and 8 in subminor number??


Thanks

Angel


_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to