зеркало из https://github.com/mozilla/pjs.git
quiet compiler.
This commit is contained in:
Родитель
c9c1c9b3fc
Коммит
1f83a9bdcd
|
@ -44,7 +44,7 @@ foo(unsigned int num)
|
|||
num, bin1, bin2);
|
||||
}
|
||||
|
||||
void
|
||||
int
|
||||
main()
|
||||
{
|
||||
int i;
|
||||
|
|
|
@ -45,7 +45,7 @@ foo(unsigned int size)
|
|||
size, bin, bucket);
|
||||
}
|
||||
|
||||
void
|
||||
int
|
||||
main()
|
||||
{
|
||||
int i;
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#define SIZE 1024
|
||||
int divTable[SIZE];
|
||||
|
||||
void
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
int i, j;
|
||||
|
|
Загрузка…
Ссылка в новой задаче