Displaying 3 results from an estimated 3 matches for "operations_shorthand".
2007 Jul 14
2
PATCH : Fix missing protoypes
...-Wmissing-prototypes -Wstrict-prototypes to the CFLAGS and
found that there were a number warnings generated.
The patch below fixes those warnings and adds the two -W flags to
configure.in.
Cheers,
Erik
----------------------8<----------------------8<----------------------
--- src/metaflac/operations_shorthand.h 1970-01-01 00:00:00 +0000
+++ src/metaflac/operations_shorthand.h 2007-07-15 01:17:57 +0000
@@ -0,0 +1,25 @@
+/* metaflac - Command-line FLAC metadata editor
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson
+ *
+ * This program is free software; you can redistribute it and/or
+...
2012 Feb 03
1
[PATCH] Include inttypes.h for PRIu64
---
examples/c/decode/file/main.c | 3 +++
examples/c/encode/file/main.c | 3 +++
src/metaflac/operations.c | 3 +++
src/metaflac/operations_shorthand_cuesheet.c | 3 +++
src/metaflac/operations_shorthand_streaminfo.c | 3 +++
src/share/grabbag/cuesheet.c | 3 +++
src/test_libFLAC/encoders.c | 3 +++
src/test_libFLAC/metadata_object.c | 3 +++
src/test_libs_common/metadata_utils.c...
2012 Dec 04
0
[PATCH] Update FSF address.
...ile.am | 6 +--
src/metaflac/Makefile.lite | 6 +--
src/metaflac/main.c | 6 +--
src/metaflac/operations.c | 6 +--
src/metaflac/operations.h | 6 +--
src/metaflac/operations_shorthand.h | 6 +--
src/metaflac/operations_shorthand_cuesheet.c | 6 +--
src/metaflac/operations_shorthand_picture.c | 6 +--
src/metaflac/operations_shorthand_seektable.c | 6 +--
src/metaflac/operations_shorthand_streaminfo.c | 6 +--
src/metaflac/operations_shor...