Ignore:
Timestamp:
May 26, 2007, 10:09:15 PM (18 years ago)
Author:
bird
Message:

Some more warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/main.c

    r938 r940  
    15901590       && stat ("makefile.kmk", &st) < 0)
    15911591        {
    1592           static char  fake_path[3*16 + 32] = "..";
    1593           static char *fake_list[2] = { &fake_path[0], NULL };
     1592          static char fake_path[3*16 + 32] = "..";
     1593          static const char *fake_list[2] = { &fake_path[0], NULL };
    15941594          struct stringlist fake_directories = { &fake_list[0], 1, 0 };
    15951595
Note: See TracChangeset for help on using the changeset viewer.