ENH: Remove warnings
This commit is contained in:
parent
b569571131
commit
2eb42a533e
|
@ -1,4 +1,5 @@
|
||||||
#include "testConly.h"
|
#include "testConly.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
int CsharedFunction()
|
int CsharedFunction()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include "testConly.h"
|
#include "testConly.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
int CsharedFunction()
|
int CsharedFunction()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include "testConly.h"
|
#include "testConly.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
int CsharedFunction()
|
int CsharedFunction()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue