Changeset f7d2795 in rtems


Ignore:
Timestamp:
11/24/14 19:57:21 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
3d5bcded
Parents:
cfc53c1
Message:

testsuites/.../tmacros.h: Add parentheses to fix warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/support/include/tmacros.h

    rcfc53c1 rf7d2795  
    5757  do { \
    5858    if ( (_expect) != -1 \
    59            && ((!_Thread_Dispatch_is_enabled() == false && (_expect) != 0) \
    60              || (!_Thread_Dispatch_is_enabled() && (_expect) == 0)) \
     59           && (((!_Thread_Dispatch_is_enabled()) == false && (_expect) != 0) \
     60             || ((!_Thread_Dispatch_is_enabled()) && (_expect) == 0)) \
    6161    ) { \
    6262      printk( \
Note: See TracChangeset for help on using the changeset viewer.