Changeset 19f542a35b43fadc821547fea49f7cbd90ad0b69
- Timestamp:
- 10/01/06 19:12:02
(2 years ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1159722722 +0000
- git-parent:
[ffb37ffb43e6f41f78d2dd979e58a17520ab948d]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1159722722 +0000
- Message:
Fix a bunch of gcc warnings
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r857b51f |
r19f542a |
|
| 32 | 32 | * Preamble |
|---|
| 33 | 33 | *****************************************************************************/ |
|---|
| | 34 | #define _GNU_SOURCE |
|---|
| 34 | 35 | #include <stdlib.h> |
|---|
| 35 | 36 | |
|---|
| r415749b |
r19f542a |
|
| 27 | 27 | * Preamble |
|---|
| 28 | 28 | *****************************************************************************/ |
|---|
| 29 | | |
|---|
| | 29 | #define _GNU_SOURCE |
|---|
| 30 | 30 | #include <vlc/vlc.h> |
|---|
| 31 | 31 | |
|---|
| r90a4cae |
r19f542a |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| | 27 | #define _GNU_SOURCE |
|---|
| | 28 | |
|---|
| 27 | 29 | #include <stdlib.h> |
|---|
| 28 | 30 | |
|---|
| ra0ef9ef |
r19f542a |
|
| 28 | 28 | * Preamble |
|---|
| 29 | 29 | *****************************************************************************/ |
|---|
| | 30 | #define _GNU_SOURCE |
|---|
| 30 | 31 | #include <stdlib.h> |
|---|
| 31 | 32 | #include <stdio.h> |
|---|
| r7f779f6 |
r19f542a |
|
| 28 | 28 | * Preamble |
|---|
| 29 | 29 | *****************************************************************************/ |
|---|
| | 30 | #define _GNU_SOURCE |
|---|
| 30 | 31 | #include <stdlib.h> /* malloc(), free() */ |
|---|
| 31 | 32 | #include <ctype.h> /* isspace() */ |
|---|
| r857b51f |
r19f542a |
|
| 98 | 98 | * Preamble |
|---|
| 99 | 99 | *****************************************************************************/ |
|---|
| | 100 | #define _GNU_SOURCE |
|---|
| 100 | 101 | #include <stdlib.h> /* malloc(), free() */ |
|---|
| 101 | 102 | |
|---|
| ra06213d |
r19f542a |
|
| 28 | 28 | * Preamble |
|---|
| 29 | 29 | *****************************************************************************/ |
|---|
| | 30 | #define _GNU_SOURCE |
|---|
| 30 | 31 | #include <stdlib.h> /* malloc(), free() */ |
|---|
| 31 | 32 | #include <string.h> |
|---|
| ra06213d |
r19f542a |
|
| 32 | 32 | |
|---|
| 33 | 33 | /***************************************************************************** |
|---|
| 34 | | * Local prototypes. |
|---|
| 35 | | *****************************************************************************/ |
|---|
| 36 | | static void Run ( intf_thread_t * ); |
|---|
| 37 | | |
|---|
| 38 | | /***************************************************************************** |
|---|
| 39 | 34 | * Open: initialize dummy interface |
|---|
| 40 | 35 | *****************************************************************************/ |
|---|
| rf485214 |
r19f542a |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| | 27 | #define _GNU_SOURCE |
|---|
| 27 | 28 | #include <stdlib.h> |
|---|
| 28 | 29 | #include <errno.h> |
|---|
| r7a57427 |
r19f542a |
|
| 44 | 44 | xml_reader_t *p_reader; |
|---|
| 45 | 45 | int i_ret; |
|---|
| 46 | | char *psz_elname; |
|---|
| 47 | | |
|---|
| | 46 | char *psz_elname = NULL; |
|---|
| | 47 | |
|---|
| 48 | 48 | /* Open the profile and get a XML reader from it */ |
|---|
| 49 | 49 | if( !p_stream ) |
|---|
| r548935b |
r19f542a |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| | 28 | #define _GNU_SOURCE |
|---|
| 28 | 29 | #include <stdlib.h> |
|---|
| 29 | 30 | |
|---|
| rc595078 |
r19f542a |
|
| 25 | 25 | * Includes |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| | 27 | #define _GNU_SOURCE |
|---|
| 27 | 28 | #include <stdlib.h> /* malloc(), free() */ |
|---|
| 28 | 29 | |
|---|
| r857b51f |
r19f542a |
|
| 25 | 25 | * Includes |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| | 27 | #define _GNU_SOURCE |
|---|
| 27 | 28 | #include <stdlib.h> /* malloc(), free() */ |
|---|
| 28 | 29 | |
|---|
| r857b51f |
r19f542a |
|
| 25 | 25 | * Includes |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| | 27 | #define _GNU_SOURCE |
|---|
| 27 | 28 | #include <stdlib.h> /* malloc(), free() */ |
|---|
| 28 | 29 | |
|---|
| r857b51f |
r19f542a |
|
| 104 | 104 | |
|---|
| 105 | 105 | /* Main functions */ |
|---|
| 106 | | static void Run ( services_discovery_t *p_intf ); |
|---|
| 107 | | |
|---|
| 108 | 106 | static int OpenRadio( vlc_object_t *p_this ) |
|---|
| 109 | 107 | { |
|---|
| rffb37ff |
r19f542a |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| | 28 | #define _GNU_SOURCE |
|---|
| 28 | 29 | #include <stdlib.h> /* malloc(), free() */ |
|---|
| 29 | 30 | #include <string.h> |
|---|
| rec598f4 |
r19f542a |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| | 27 | #define _GNU_SOURCE |
|---|
| 27 | 28 | #include <stdlib.h> /* malloc(), free() */ |
|---|
| 28 | 29 | #include <vlc/vlc.h> |
|---|