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
9aa6fbb5
Kaydet (Commit)
9aa6fbb5
authored
Eki 31, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
warning C4702: unreachable code
Change-Id: Id8d87765c1e3c9a1549dc6d4baa65fe47dcd6af4
üst
dc6e0487
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
formulagroupcl.cxx
sc/source/core/opencl/formulagroupcl.cxx
+3
-1
opbase.cxx
sc/source/core/opencl/opbase.cxx
+0
-1
No files found.
sc/source/core/opencl/formulagroupcl.cxx
Dosyayı görüntüle @
9aa6fbb5
...
...
@@ -1368,6 +1368,7 @@ bool FormulaGroupInterpreterOpenCL::interpret( ScDocument& rDoc,
std
::
cerr
<<
ut
.
mMessage
<<
"
\n
"
;
#ifdef NO_FALLBACK_TO_SWINTERP
assert
(
false
);
return
true
;
#else
return
false
;
#endif
...
...
@@ -1377,6 +1378,7 @@ bool FormulaGroupInterpreterOpenCL::interpret( ScDocument& rDoc,
std
::
cerr
<<
oce
.
mError
<<
"
\n
"
;
#ifdef NO_FALLBACK_TO_SWINTERP
assert
(
false
);
return
true
;
#else
return
false
;
#endif
...
...
@@ -1385,11 +1387,11 @@ bool FormulaGroupInterpreterOpenCL::interpret( ScDocument& rDoc,
std
::
cerr
<<
"Dynamic formula compiler: unhandled compiler error
\n
"
;
#ifdef NO_FALLBACK_TO_SWINTERP
assert
(
false
);
return
true
;
#else
return
false
;
#endif
}
return
true
;
}
// namespace opencl
}}
// namespace sc
...
...
sc/source/core/opencl/opbase.cxx
Dosyayı görüntüle @
9aa6fbb5
...
...
@@ -79,7 +79,6 @@ size_t DynamicKernelArgument::GetWindowSize(void) const
{
throw
Unhandled
();
}
return
0
;
}
void
Normal
::
GenSlidingWindowFunction
(
...
...
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