[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] read-only parameters
From: |
Kieron Dunbar |
Subject: |
[Tinycc-devel] read-only parameters |
Date: |
Mon, 02 Jun 2003 11:31:55 +0100 |
If I try compiling a program with 0.9.19 of tcc, it gives a lot of "assignment
of read-only location" warnings. This seems to be triggered by attempts to
set a read-only function parameter, such as:
void func(const int i);
...
func(0);
--
kwaheri, Kieron
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Tinycc-devel] read-only parameters,
Kieron Dunbar <=