mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-12 14:45:09 -05:00
Linked const pointer rewrite to filed VeriFast issue 333.
This commit is contained in:
parent
7c9711cb88
commit
1e2acf6139
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ rewrite "__attribute__(([_a-z]*))" ""
|
||||||
rewrite "__attribute__( ( [_a-z]* ) )" ""
|
rewrite "__attribute__( ( [_a-z]* ) )" ""
|
||||||
|
|
||||||
echo "Removing const qualifiers from pointers"
|
echo "Removing const qualifiers from pointers"
|
||||||
|
echo "Reported issue 333:"
|
||||||
|
echo "https://github.com/verifast/verifast/issues/333"
|
||||||
rewrite "[*] const" "*"
|
rewrite "[*] const" "*"
|
||||||
rewrite "const [*]" "*"
|
rewrite "const [*]" "*"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue