Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
015adf15
Kaydet (Commit)
015adf15
authored
Agu 26, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wnonconst-parameter
Change-Id: I14c7e2245e1333a7cc3c372b29f4a3b679169209
üst
e8ac5fec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
concat-deps.c
solenv/bin/concat-deps.c
+4
-4
No files found.
solenv/bin/concat-deps.c
Dosyayı görüntüle @
015adf15
...
@@ -677,7 +677,7 @@ int fd;
...
@@ -677,7 +677,7 @@ int fd;
return
buffer
;
return
buffer
;
}
}
static
void
_cancel_relative
(
char
*
base
,
char
**
ref_cursor
,
char
**
ref_cursor_out
,
char
*
end
)
static
void
_cancel_relative
(
char
const
*
base
,
char
**
ref_cursor
,
char
**
ref_cursor_out
,
char
const
*
end
)
{
{
char
*
cursor
=
*
ref_cursor
;
char
*
cursor
=
*
ref_cursor
;
char
*
cursor_out
=
*
ref_cursor_out
;
char
*
cursor_out
=
*
ref_cursor_out
;
...
@@ -853,9 +853,9 @@ static inline char * eat_space_at_end(char * end)
...
@@ -853,9 +853,9 @@ static inline char * eat_space_at_end(char * end)
}
}
static
char
*
phony_content_buffer
;
static
char
*
phony_content_buffer
;
static
inline
char
*
generate_phony_line
(
char
*
phony_target
,
char
*
extension
)
static
inline
char
*
generate_phony_line
(
char
const
*
phony_target
,
char
const
*
extension
)
{
{
char
*
src
;
char
const
*
src
;
char
*
dest
;
char
*
dest
;
char
*
last_dot
=
NULL
;
char
*
last_dot
=
NULL
;
//fprintf(stderr, "generate_phony_line called with phony_target %s and extension %s\n", phony_target, extension);
//fprintf(stderr, "generate_phony_line called with phony_target %s and extension %s\n", phony_target, extension);
...
@@ -878,7 +878,7 @@ char* last_dot = NULL;
...
@@ -878,7 +878,7 @@ char* last_dot = NULL;
return
phony_content_buffer
;
return
phony_content_buffer
;
}
}
static
inline
int
generate_phony_file
(
char
*
fn
,
char
*
content
)
static
inline
int
generate_phony_file
(
char
*
fn
,
char
const
*
content
)
{
{
FILE
*
depfile
;
FILE
*
depfile
;
depfile
=
fopen
(
fn
,
"w"
);
depfile
=
fopen
(
fn
,
"w"
);
...
...
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