Changeset 58 for sources


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

Fixing some compiler's warnings.

Location:
sources/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_fwd.h

    r52 r58  
    4848// Tracing
    4949/////////////////////////////////////////////////
    50 class sc_trace_file;
     50struct sc_trace_file;
    5151
    5252/////////////////////////////////////////////////
  • sources/src/sc_module_ext.h

    r52 r58  
    6767
    6868
    69 struct sc_module : public sc_object {
     69class sc_module : public sc_object {
    7070
    7171  //////////////////////
  • 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.