Commit 8e437be
remove redundant function declaration (#1241)
* remove redundant function declaration
Remove warning message from "gcc -Wredundant-decls" in
FreeRTOS_TCP_IP.c.
Signed-off-by: Florian La Roche <[email protected]>
* Add -Wredundant-decls to CI checks
* Update formatting CI check Github runnner to ubuntu-latest
* Revert "Update formatting CI check Github runnner to ubuntu-latest"
This reverts commit 28ff474.
* Fix spell check
* Revert "Revert "Update formatting CI check Github runnner to ubuntu-latest""
This reverts commit 8ff4ccf.
---------
Signed-off-by: Florian La Roche <[email protected]>
Co-authored-by: tony-josi-aws <[email protected]>1 parent 3733583 commit 8e437be
File tree
4 files changed
+3
-9
lines changed- .github
- workflows
- source
- test/build-combination
4 files changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1568 | 1568 | | |
1569 | 1569 | | |
1570 | 1570 | | |
| 1571 | + | |
1571 | 1572 | | |
1572 | 1573 | | |
1573 | 1574 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 90 | | |
99 | 91 | | |
100 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
0 commit comments