Changeset b261dec in rtems


Ignore:
Timestamp:
04/24/17 17:00:43 (6 years ago)
Author:
Joel Sherrill <joel@…>
Branches:
5, master
Children:
55b967a
Parents:
485222e
git-author:
Joel Sherrill <joel@…> (04/24/17 17:00:43)
git-committer:
Joel Sherrill <joel@…> (04/24/17 17:00:59)
Message:

xz/xz_config.h: Address unable to inline warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libmisc/xz/xz_config.h

    r485222e rb261dec  
    6363 * so if you want to change it, you need to #undef it first.
    6464 */
     65#ifdef __rtems__
     66#       undef __always_inline
     67#       define __always_inline inline
     68#else
    6569#ifndef __always_inline
    6670#       ifdef __GNUC__
     
    7074#               define __always_inline inline
    7175#       endif
     76#endif
    7277#endif
    7378
Note: See TracChangeset for help on using the changeset viewer.