Changeset 4b54bd9 in mainline for uspace/lib/pcut/helenos.mak


Ignore:
Timestamp:
2018-09-12T13:23:03Z (7 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3da0ee4
Parents:
275530a4
Message:

Update PCUT to latest revision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcut/helenos.mak

    r275530a4 r4b54bd9  
    3030        src/os/helenos.c \
    3131        src/assert.c \
     32        src/helper.c \
    3233        src/list.c \
    3334        src/main.c \
     
    3839        src/run.c
    3940
    40 EXTRA_CFLAGS = -D__helenos__
     41EXTRA_CFLAGS = -D__helenos__ -Wno-unknown-pragmas
    4142
    4243LIBRARY = libpcut
Note: See TracChangeset for help on using the changeset viewer.