lkml.org 
[lkml]   [2004]   [Feb]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[Compile Regression in 2.4.25-pre8][PATCH 23/42]

    ircomm_param.c:202: warning: concatenation of string literals with __FUNCTION__ is deprecated

    Fix IRDA_DEBUG.

    diff -Nru -X dontdiff linux-2.4-vanilla/net/irda/ircomm/ircomm_param.c linux-2.4/net/irda/ircomm/ircomm_param.c
    --- linux-2.4-vanilla/net/irda/ircomm/ircomm_param.c Tue Nov 11 17:51:41 2003
    +++ linux-2.4/net/irda/ircomm/ircomm_param.c Sat Jan 31 18:09:39 2004
    @@ -198,7 +198,7 @@
    IRDA_DEBUG(2, "%s(), No common service type to use!\n", __FUNCTION__);
    return -1;
    }
    - IRDA_DEBUG(0, __FUNCTION__ "%s(), services in common=%02x\n", __FUNCTION__,
    + IRDA_DEBUG(0, "%s(), services in common=%02x\n", __FUNCTION__,
    service_type);

    /*
    --
    Reply-To: kronos@kronoz.cjb.net
    Home: http://kronoz.cjb.net
    Windows /win'dohz/ n. : thirty-two bit extension and graphical shell to
    a sixteen bit patch to an eight bit operating system originally coded
    for a four bit microprocessor which was written by a two-bit company
    that can't stand a bit of competition.
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 14:00    [W:3.682 / U:0.164 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site