Changeset 58 for sources/src/sc_port.cc


Ignore:
Timestamp:
Oct 14, 2015, 6:40:26 PM (9 years ago)
Author:
cfuguet
Message:

Fixing some compiler's warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_port.cc

    r52 r58  
    5353    extern char unstable;
    5454    char unstable = 0; // not in sc_core namespace because dynamic link support C linkage only
    55     int32_t pending_write_vector_nb = 0;
     55    unsigned int pending_write_vector_nb = 0;
    5656}
    5757
Note: See TracChangeset for help on using the changeset viewer.