Changeset 19f542a35b43fadc821547fea49f7cbd90ad0b69

Show
Ignore:
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
  • modules/access/cdda.c

    r857b51f r19f542a  
    3232 * Preamble 
    3333 *****************************************************************************/ 
     34#define _GNU_SOURCE 
    3435#include <stdlib.h> 
    3536 
  • modules/access/http.c

    r415749b r19f542a  
    2727 * Preamble 
    2828 *****************************************************************************/ 
    29  
     29#define _GNU_SOURCE 
    3030#include <vlc/vlc.h> 
    3131 
  • modules/access/smb.c

    r90a4cae r19f542a  
    2525 * Preamble 
    2626 *****************************************************************************/ 
     27#define _GNU_SOURCE 
     28 
    2729#include <stdlib.h> 
    2830 
  • modules/access/v4l.c

    ra0ef9ef r19f542a  
    2828 * Preamble 
    2929 *****************************************************************************/ 
     30#define _GNU_SOURCE 
    3031#include <stdlib.h> 
    3132#include <stdio.h> 
  • modules/demux/playlist/asx.c

    r7f779f6 r19f542a  
    2828 * Preamble 
    2929 *****************************************************************************/ 
     30#define _GNU_SOURCE 
    3031#include <stdlib.h>                                      /* malloc(), free() */ 
    3132#include <ctype.h>                                              /* isspace() */ 
  • modules/demux/playlist/sgimb.c

    r857b51f r19f542a  
    9898 * Preamble 
    9999 *****************************************************************************/ 
     100#define _GNU_SOURCE 
    100101#include <stdlib.h>                                      /* malloc(), free() */ 
    101102 
  • modules/gui/ncurses.c

    ra06213d r19f542a  
    2828 * Preamble 
    2929 *****************************************************************************/ 
     30#define _GNU_SOURCE 
    3031#include <stdlib.h>                                      /* malloc(), free() */ 
    3132#include <string.h> 
  • modules/misc/dummy/interface.c

    ra06213d r19f542a  
    3232 
    3333/***************************************************************************** 
    34  * Local prototypes. 
    35  *****************************************************************************/ 
    36 static void Run   ( intf_thread_t * ); 
    37  
    38 /***************************************************************************** 
    3934 * Open: initialize dummy interface 
    4035 *****************************************************************************/ 
  • modules/misc/gnutls.c

    rf485214 r19f542a  
    2525 * Preamble 
    2626 *****************************************************************************/ 
     27#define _GNU_SOURCE 
    2728#include <stdlib.h> 
    2829#include <errno.h> 
  • modules/misc/profile_parser.c

    r7a57427 r19f542a  
    4444    xml_reader_t *p_reader; 
    4545    int i_ret; 
    46     char *psz_elname
    47     
     46    char *psz_elname = NULL
     47 
    4848    /* Open the profile and get a XML reader from it */ 
    4949    if( !p_stream ) 
  • modules/misc/rtsp.c

    r548935b r19f542a  
    2626 * Preamble 
    2727 *****************************************************************************/ 
     28#define _GNU_SOURCE 
    2829#include <stdlib.h> 
    2930 
  • modules/services_discovery/bonjour.c

    rc595078 r19f542a  
    2525 * Includes 
    2626 *****************************************************************************/ 
     27#define _GNU_SOURCE 
    2728#include <stdlib.h>                                      /* malloc(), free() */ 
    2829 
  • modules/services_discovery/podcast.c

    r857b51f r19f542a  
    2525 * Includes 
    2626 *****************************************************************************/ 
     27#define _GNU_SOURCE 
    2728#include <stdlib.h>                                      /* malloc(), free() */ 
    2829 
  • modules/services_discovery/sap.c

    r857b51f r19f542a  
    2525 * Includes 
    2626 *****************************************************************************/ 
     27#define _GNU_SOURCE 
    2728#include <stdlib.h>                                      /* malloc(), free() */ 
    2829 
  • modules/services_discovery/shout.c

    r857b51f r19f542a  
    104104 
    105105/* Main functions */ 
    106     static void Run    ( services_discovery_t *p_intf ); 
    107  
    108106static int OpenRadio( vlc_object_t *p_this ) 
    109107{ 
  • modules/video_filter/mosaic.c

    rffb37ff r19f542a  
    2626 * Preamble 
    2727 *****************************************************************************/ 
     28#define _GNU_SOURCE 
    2829#include <stdlib.h>                                      /* malloc(), free() */ 
    2930#include <string.h> 
  • modules/visualization/visual/visual.c

    rec598f4 r19f542a  
    2525 * Preamble 
    2626 *****************************************************************************/ 
     27#define _GNU_SOURCE 
    2728#include <stdlib.h>                                      /* malloc(), free() */ 
    2829#include <vlc/vlc.h>