RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   06-Sep-2009 19:29:35
  Branch: HEAD                             Handle: 2009090617293400

  Modified files:
    rpm/lib                 poptI.c

  Log:
    - clang: add __attribute__((__noreturn__)) to reduce pointless
    spewage.

  Summary:
    Revision    Changes     Path
    2.56        +1  -0      rpm/lib/poptI.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/poptI.c
  ============================================================================
  $ cvs diff -u -r2.55 -r2.56 poptI.c
  --- rpm/lib/poptI.c   30 May 2009 18:58:48 -0000      2.55
  +++ rpm/lib/poptI.c   6 Sep 2009 17:29:34 -0000       2.56
  @@ -43,6 +43,7 @@
    * @todo (CLI embedding) Use rpmlog/rpmlog instead of fprintf, remove exit.
    * @param desc               message 
    */
  +static void argerror(const char * desc) __attribute__((__noreturn__));
   /*...@exits@*/
   static void argerror(const char * desc)
        /*...@globals stderr, fileSystem @*/
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to