ENH: Remove warnings

This commit is contained in:
Andy Cedilnik 2004-04-30 18:21:55 -04:00
parent b569571131
commit 2eb42a533e
4 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "testConly.h" #include "testConly.h"
#include <stdio.h>
int CsharedFunction() int CsharedFunction()
{ {

View File

@ -1,4 +1,5 @@
#include "testConly.h" #include "testConly.h"
#include <stdio.h>
int CsharedFunction() int CsharedFunction()
{ {

View File

@ -1,4 +1,5 @@
#include "testConly.h" #include "testConly.h"
#include <stdio.h>
int CsharedFunction() int CsharedFunction()
{ {

View File

@ -2,6 +2,7 @@
void secondone(); void secondone();
void pair_stuff(); void pair_stuff();
void pair_p_stuff();
void vcl_stuff(); void vcl_stuff();
int main() int main()