Changeset 25 for branches


Ignore:
Timestamp:
Apr 18, 2009, 6:19:14 PM (15 years ago)
Author:
nipo
Message:

Another warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/with_autoconf/src/sc_signal.h

    r24 r25  
    232232sc_signal<T>::init()
    233233{
    234   set_pointer ((tab_t*)&val);
     234        set_pointer ((tab_t*)(void*)&val);
    235235  set_kind    (kind_string);
    236236        sc_interface::init (sizeof (data_type));
Note: See TracChangeset for help on using the changeset viewer.