ENH: Remove warnings
This commit is contained in:
parent
b569571131
commit
2eb42a533e
|
@ -1,4 +1,5 @@
|
|||
#include "testConly.h"
|
||||
#include <stdio.h>
|
||||
|
||||
int CsharedFunction()
|
||||
{
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "testConly.h"
|
||||
#include <stdio.h>
|
||||
|
||||
int CsharedFunction()
|
||||
{
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "testConly.h"
|
||||
#include <stdio.h>
|
||||
|
||||
int CsharedFunction()
|
||||
{
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
void secondone();
|
||||
void pair_stuff();
|
||||
void pair_p_stuff();
|
||||
void vcl_stuff();
|
||||
|
||||
int main()
|
||||
|
|
Loading…
Reference in New Issue