author | Sebastian Harl <sh@tokkee.org> | |
Sat, 24 May 2008 18:32:43 +0000 (20:32 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 27 May 2008 11:15:25 +0000 (13:15 +0200) | ||
commit | ccf62a092bb5f2c010afaab3d1c1e7f25c5e8606 | |
tree | 34a3edf354f8557038b431f4833931a06c0ce83e | tree | snapshot |
parent | 36f72a66a6b5ad14d7ea67e739fc93633b55d6d3 | commit | diff |
src/liboconfig/oconfig.c: Declare "c_file" as "const char *".
This fixes an "assignment discards qualifiers from pointer target type"
warning. That string stores the name of the config file which is not
going to be modified by liboconfig.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
This fixes an "assignment discards qualifiers from pointer target type"
warning. That string stores the name of the config file which is not
going to be modified by liboconfig.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/liboconfig/oconfig.c | diff | blob | history |