software/demo: Fix some warnings.
This commit is contained in:
parent
8e1265113b
commit
20c9bba8da
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
signed char b[1760], z[1760];
|
signed char b[1760], z[1760];
|
||||||
|
|
||||||
|
void donut(void);
|
||||||
void donut(void) {
|
void donut(void) {
|
||||||
int sA=1024,cA=0,sB=1024,cB=0,_;
|
int sA=1024,cA=0,sB=1024,cB=0,_;
|
||||||
for (;;) {
|
for (;;) {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
void helloc(void);
|
||||||
void helloc(void) {
|
void helloc(void) {
|
||||||
printf("C: Hello, world!\n");
|
printf("C: Hello, world!\n");
|
||||||
}
|
}
|
Loading…
Reference in New Issue