gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libextractor] 02/06: eliminate compiler warning


From: gnunet
Subject: [GNUnet-SVN] [libextractor] 02/06: eliminate compiler warning
Date: Fri, 13 Oct 2017 12:37:42 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libextractor.

commit 2878429d0a3573a2e4b1339f35b2468af7f51141
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Oct 13 12:19:01 2017 +0200

    eliminate compiler warning
---
 src/plugins/flac_extractor.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/plugins/flac_extractor.c b/src/plugins/flac_extractor.c
index 0136fc4c..7d45e232 100644
--- a/src/plugins/flac_extractor.c
+++ b/src/plugins/flac_extractor.c
@@ -413,6 +413,9 @@ flac_metadata (const FLAC__StreamDecoder *decoder,
     case FLAC__METADATA_TYPE_SEEKTABLE:
     case FLAC__METADATA_TYPE_CUESHEET:
     case FLAC__METADATA_TYPE_UNDEFINED:
+#ifdef FLAC__MAX_METADATA_TYPE
+    case FLAC__MAX_METADATA_TYPE:
+#endif
       break;
     }
 }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]