Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
1c8b339d
Commit
1c8b339d
authored
Feb 25, 2014
by
Vicent Marti
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2139 from ethomson/va_copy_warning
Include stdarg.h for the va_copy test
parents
98b93662
4f46a98b
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
2 additions
and
16 deletions
+2
-16
src/buffer.c
+0
-1
src/buffer.h
+0
-2
src/cc-compat.h
+2
-0
src/commit.c
+0
-2
src/errors.c
+0
-1
src/filebuf.c
+0
-2
src/object.c
+0
-2
src/path.c
+0
-1
src/repository.c
+0
-1
src/settings.c
+0
-2
src/trace.h
+0
-2
No files found.
src/buffer.c
View file @
1c8b339d
...
...
@@ -7,7 +7,6 @@
#include "buffer.h"
#include "posix.h"
#include "git2/buffer.h"
#include <stdarg.h>
#include <ctype.h>
/* Used as default value for git_buf->ptr so that people can always
...
...
src/buffer.h
View file @
1c8b339d
...
...
@@ -7,8 +7,6 @@
#ifndef INCLUDE_buffer_h__
#define INCLUDE_buffer_h__
#include <stdarg.h>
#include "common.h"
#include "git2/strarray.h"
#include "git2/buffer.h"
...
...
src/cc-compat.h
View file @
1c8b339d
...
...
@@ -7,6 +7,8 @@
#ifndef INCLUDE_compat_h__
#define INCLUDE_compat_h__
#include <stdarg.h>
/*
* See if our compiler is known to support flexible array members.
*/
...
...
src/commit.c
View file @
1c8b339d
...
...
@@ -17,8 +17,6 @@
#include "signature.h"
#include "message.h"
#include <stdarg.h>
void
git_commit__free
(
void
*
_commit
)
{
git_commit
*
commit
=
_commit
;
...
...
src/errors.c
View file @
1c8b339d
...
...
@@ -8,7 +8,6 @@
#include "global.h"
#include "posix.h"
#include "buffer.h"
#include <stdarg.h>
/********************************************
* New error handling
...
...
src/filebuf.c
View file @
1c8b339d
...
...
@@ -4,8 +4,6 @@
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
*/
#include <stdarg.h>
#include "common.h"
#include "filebuf.h"
#include "fileops.h"
...
...
src/object.c
View file @
1c8b339d
...
...
@@ -4,8 +4,6 @@
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
*/
#include <stdarg.h>
#include "git2/object.h"
#include "common.h"
...
...
src/path.c
View file @
1c8b339d
...
...
@@ -12,7 +12,6 @@
#else
#include <dirent.h>
#endif
#include <stdarg.h>
#include <stdio.h>
#include <ctype.h>
...
...
src/repository.c
View file @
1c8b339d
...
...
@@ -4,7 +4,6 @@
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
*/
#include <stdarg.h>
#include <ctype.h>
#include "git2/object.h"
...
...
src/settings.c
View file @
1c8b339d
...
...
@@ -5,8 +5,6 @@
* a Linking Exception. For full terms see the included COPYING file.
*/
#include <stdarg.h>
#include <git2.h>
#include "common.h"
#include "fileops.h"
...
...
src/trace.h
View file @
1c8b339d
...
...
@@ -7,8 +7,6 @@
#ifndef INCLUDE_trace_h__
#define INCLUDE_trace_h__
#include <stdarg.h>
#include <git2/trace.h>
#include "buffer.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment