VirtualBox

Changeset 25765 in vbox


Ignore:
Timestamp:
Jan 12, 2010 2:02:01 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56520
Message:

xpcom18a4/Makefile.kmk: disable printf warnings for xpcom testcases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r24667 r25765  
    166166
    167167#
    168 # Template for building the XPCOM executables
    169 #
    170 TEMPLATE_XPCOMEXE                  = XPCOM executable files (testcases)
     168# Template for building the XPCOM executables.
     169# Used as a base template by XPCOMTSTEXE and XPCOMIPCEXE.
     170#
     171TEMPLATE_XPCOMEXE                  = XPCOM executable files
    171172TEMPLATE_XPCOMEXE_EXTENDS          = XPCOM
    172173## @todo undo -fPIC.
     
    191192    -Wl,--rpath-link,$(L4_LIBDIR) \
    192193    # -Wl,--whole-archive,--no-allow-shlib-undefined
     194#    -Wno-format
     195
     196
     197#
     198# Template for building the XPCOM testcase executables
     199#
     200TEMPLATE_XPCOMTSTEXE               = XPCOM executable files (testcases)
     201TEMPLATE_XPCOMTSTEXE_EXTENDS       = XPCOMEXE
     202TEMPLATE_XPCOMTSTEXE_CXXFLAGS      = $(TEMPLATE_XPCOMEXE_CXXFLAGS) -Wno-format
     203TEMPLATE_XPCOMTSTEXE_CFLAGS        = $(TEMPLATE_XPCOMEXE_CFLAGS)   -Wno-format
    193204
    194205
     
    15311542# testcases
    15321543#
    1533 tstnsIFileEnumerator_TEMPLATE  = XPCOMEXE
     1544tstnsIFileEnumerator_TEMPLATE  = XPCOMTSTEXE
    15341545tstnsIFileEnumerator_SOURCES   = xpcom/tests/nsIFileEnumerator.cpp
    1535 tstnsIFileTest_TEMPLATE        = XPCOMEXE
     1546tstnsIFileTest_TEMPLATE        = XPCOMTSTEXE
    15361547tstnsIFileTest_SOURCES         = xpcom/tests/nsIFileTest.cpp
    1537 tstTestArray_TEMPLATE          = XPCOMEXE
     1548tstTestArray_TEMPLATE          = XPCOMTSTEXE
    15381549tstTestArray_SOURCES           = xpcom/tests/TestArray.cpp
    1539 tstTestAtoms_TEMPLATE          = XPCOMEXE
     1550tstTestAtoms_TEMPLATE          = XPCOMTSTEXE
    15401551tstTestAtoms_SOURCES           = xpcom/tests/TestAtoms.cpp
    1541 tstTestAutoLock_TEMPLATE       = XPCOMEXE
     1552tstTestAutoLock_TEMPLATE       = XPCOMTSTEXE
    15421553tstTestAutoLock_SOURCES        = xpcom/tests/TestAutoLock.cpp
    1543 tstTestCallTemplates_TEMPLATE  = XPCOMEXE
     1554tstTestCallTemplates_TEMPLATE  = XPCOMTSTEXE
    15441555tstTestCallTemplates_SOURCES   = xpcom/tests/TestCallTemplates.cpp
    1545 tstTestCOMPtr_TEMPLATE         = XPCOMEXE
     1556tstTestCOMPtr_TEMPLATE         = XPCOMTSTEXE
    15461557tstTestCOMPtr_SOURCES          = xpcom/tests/TestCOMPtr.cpp
    1547 tstTestCOMPtrEq_TEMPLATE       = XPCOMEXE
     1558tstTestCOMPtrEq_TEMPLATE       = XPCOMTSTEXE
    15481559tstTestCOMPtrEq_SOURCES        = xpcom/tests/TestCOMPtrEq.cpp
    1549 tstTestCRT_TEMPLATE            = XPCOMEXE
     1560tstTestCRT_TEMPLATE            = XPCOMTSTEXE
    15501561tstTestCRT_SOURCES             = xpcom/tests/TestCRT.cpp
    1551 tstTestFactory_TEMPLATE        = XPCOMEXE
     1562tstTestFactory_TEMPLATE        = XPCOMTSTEXE
    15521563tstTestFactory_SOURCES         = xpcom/tests/TestFactory.cpp
    1553 tstTestHashtables_TEMPLATE     = XPCOMEXE
     1564tstTestHashtables_TEMPLATE     = XPCOMTSTEXE
    15541565tstTestHashtables_SOURCES      = xpcom/tests/TestHashtables.cpp
    1555 tstTestID_TEMPLATE             = XPCOMEXE
     1566tstTestID_TEMPLATE             = XPCOMTSTEXE
    15561567tstTestID_SOURCES              = xpcom/tests/TestID.cpp
    1557 tstTestObserverService_TEMPLATE= XPCOMEXE
     1568tstTestObserverService_TEMPLATE= XPCOMTSTEXE
    15581569tstTestObserverService_SOURCES = xpcom/tests/TestObserverService.cpp
    1559 tstTestPermanentAtoms_TEMPLATE = XPCOMEXE
     1570tstTestPermanentAtoms_TEMPLATE = XPCOMTSTEXE
    15601571tstTestPermanentAtoms_SOURCES  = xpcom/tests/TestPermanentAtoms.cpp
    1561 tstTestPipes_TEMPLATE          = XPCOMEXE
     1572tstTestPipes_TEMPLATE          = XPCOMTSTEXE
    15621573tstTestPipes_SOURCES           = xpcom/tests/TestPipes.cpp
    1563 tstTestServMgr_TEMPLATE        = XPCOMEXE
     1574tstTestServMgr_TEMPLATE        = XPCOMTSTEXE
    15641575tstTestServMgr_SOURCES         = xpcom/tests/TestServMgr.cpp
    15651576tstTestServMgr_INCS            = xpcom/tests/services
    1566 tstTestThreads_TEMPLATE        = XPCOMEXE
     1577tstTestThreads_TEMPLATE        = XPCOMTSTEXE
    15671578tstTestThreads_SOURCES         = xpcom/tests/TestThreads.cpp
    1568 tstTestXPIDLString_TEMPLATE    = XPCOMEXE
     1579tstTestXPIDLString_TEMPLATE    = XPCOMTSTEXE
    15691580tstTestXPIDLString_SOURCES     = xpcom/tests/TestXPIDLString.cpp
    1570 tstTestDeque_TEMPLATE          = XPCOMEXE
     1581tstTestDeque_TEMPLATE          = XPCOMTSTEXE
    15711582tstTestDeque_SOURCES           = xpcom/tests/TestDeque.cpp
    1572 tstTestAutoPtr_TEMPLATE        = XPCOMEXE
     1583tstTestAutoPtr_TEMPLATE        = XPCOMTSTEXE
    15731584tstTestAutoPtr_SOURCES         = xpcom/tests/TestAutoPtr.cpp
    1574 tstTestMinStringAPI_TEMPLATE   = XPCOMEXE
     1585tstTestMinStringAPI_TEMPLATE   = XPCOMTSTEXE
    15751586tstTestMinStringAPI_SOURCES    = xpcom/tests/TestMinStringAPI.cpp
    1576 tstTestStrings_TEMPLATE        = XPCOMEXE
     1587tstTestStrings_TEMPLATE        = XPCOMTSTEXE
    15771588tstTestStrings_SOURCES         = xpcom/tests/TestStrings.cpp
    1578 tstPrimitiveTest_TEMPLATE      = XPCOMEXE
     1589tstPrimitiveTest_TEMPLATE      = XPCOMTSTEXE
    15791590tstPrimitiveTest_SOURCES       = xpcom/typelib/xpt/tests/PrimitiveTest.c
    1580 tstSimpleTypeLib_TEMPLATE      = XPCOMEXE
     1591tstSimpleTypeLib_TEMPLATE      = XPCOMTSTEXE
    15811592tstSimpleTypeLib_SOURCES       = xpcom/typelib/xpt/tests/SimpleTypeLib.c
    1582 tstXptDump_TEMPLATE            = XPCOMEXE
     1593tstXptDump_TEMPLATE            = XPCOMTSTEXE
    15831594tstXptDump_SOURCES             = xpcom/typelib/xpt/tools/xpt_dump.c
    1584 tstXptLink_TEMPLATE            = XPCOMEXE
     1595tstXptLink_TEMPLATE            = XPCOMTSTEXE
    15851596tstXptLink_SOURCES             = xpcom/typelib/xpt/tools/xpt_link.c
    15861597
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette