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
61afc9f0
Kaydet (Commit)
61afc9f0
authored
Eyl 19, 2013
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revert "gcc-wrapper: warn on invalid path names."
This reverts commit
5f014581
. Breaks the tinderboxes, I am afraid.
üst
ca6a1d6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
wrapper.cxx
solenv/gcc-wrappers/wrapper.cxx
+1
-5
No files found.
solenv/gcc-wrappers/wrapper.cxx
Dosyayı görüntüle @
61afc9f0
...
...
@@ -87,11 +87,7 @@ string processccargs(vector<string> rawargs) {
for
(
vector
<
string
>::
iterator
i
=
rawargs
.
begin
();
i
!=
rawargs
.
end
();
++
i
)
{
args
.
append
(
" "
);
if
(
i
->
find
(
"/"
)
==
0
)
{
cerr
<<
"Error: absolute unix path passed that looks like an option: '"
<<
*
i
<<
"'"
;
args
.
append
(
*
i
);
}
else
if
(
*
i
==
"-o"
)
{
if
(
*
i
==
"-o"
)
{
// TODO: handle more than just exe output
++
i
;
size_t
dot
=
(
*
i
).
find_last_of
(
"."
);
...
...
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