Changeset f03b1db


Ignore:
Timestamp:
Aug 31, 2021, 1:49:10 AM (3 years ago)
Author:
Jacob Prud'homme <jafprudhomme@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
57dff2f
Parents:
d120290
git-author:
Jacob Prud'homme <jafprudhomme@…> (08/05/21 23:49:55)
git-committer:
Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:10)
Message:

Removed warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.cfa

    rd120290 rf03b1db  
    100100// Parse configuration values from intermediate format
    101101void parse_config( const char * config_file, config_entry entries[], size_t num_entries, config_format format ) {
    102         KVPairs * kv_pairs;
     102        KVPairs * kv_pairs = 0p;
    103103        choose ( format ) {
    104104                case TABULAR_CONFIG:
Note: See TracChangeset for help on using the changeset viewer.