Changeset 5767


Ignore:
Timestamp:
Apr 2, 2018 6:18:09 AM (6 years ago)
Author:
ming
Message:

Re #2059 (misc): Replace the warning text so it won't conflict with C compiler warning message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/swig/importsym.py

    r5148 r5767  
    6060        PYCPARSER_DIR="/home/bennylp/Desktop/opt/src/pycparser-master" 
    6161else: 
    62         PYCPARSER_DIR="/Library/Python/2.7/site-packages/pycparser" 
     62        PYCPARSER_DIR="/Users/ming/Downloads/pycparser-2.18" 
    6363 
    6464if not os.path.exists(PYCPARSER_DIR + '/utils/fake_libc_include'): 
     
    169169                        node = visitor.nodeDict[name] 
    170170                        if not node: 
    171                                 print "  ** Warning: declaration for '%s' is not found **" % k 
     171                                print "  warning: declaration for '%s' is not found **" % k 
    172172                        else: 
    173173                                print "  writing '%s'.." % name 
Note: See TracChangeset for help on using the changeset viewer.