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
58d8ad36
Kaydet (Commit)
58d8ad36
authored
Mar 18, 2013
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix Wundef in mdds
Change-Id: I5abf3c7c71b3d0d26194dd89067b1b0a2cea4fde
üst
92a34086
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
0 deletions
+43
-0
UnpackedTarball_mdds.mk
mdds/UnpackedTarball_mdds.mk
+1
-0
wundef.patch
mdds/wundef.patch
+42
-0
No files found.
mdds/UnpackedTarball_mdds.mk
Dosyayı görüntüle @
58d8ad36
...
...
@@ -17,6 +17,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,mdds,\
mdds/mdds_0.6.0.patch \
mdds/0001-Workaround-for-gcc-bug.patch \
mdds/mdds_0.7.0_unreachable_warning.patch.1 \
mdds/wundef.patch \
))
$(eval $(call gb_UnpackedTarball_mark_output_files,mdds,\
...
...
mdds/wundef.patch
0 → 100644
Dosyayı görüntüle @
58d8ad36
--- misc/mdds_0.6.0/include/mdds/segment_tree.hpp
+++ misc/build/mdds_0.6.0/include/mdds/segment_tree.hpp
@@ -285,7 +285,7 @@ public:
}
};
-#if UNIT_TEST
+#ifdef UNIT_TEST
struct node_printer : public ::std::unary_function<const node*, void>
{
void operator() (const node* p) const
--- misc/mdds_0.6.0/include/mdds/multi_type_vector_def.inl
+++ misc/build/mdds_0.6.0/include/mdds/multi_type_vector_def.inl
@@ -29,7 +29,7 @@
#include <stdexcept>
-#if UNIT_TEST
+#ifdef UNIT_TEST
#include <iostream>
using std::cout;
using std::endl;
--- misc/mdds_0.6.0/include/mdds/mixed_type_matrix_flag_storage.hpp
+++ misc/build/mdds_0.6.0/include/mdds/mixed_type_matrix_flag_storage.hpp
@@ -25,7 +25,7 @@
*
************************************************************************/
-#if UNIT_TEST
+#ifdef UNIT_TEST
#include <iostream>
#endif
@@ -74,7 +74,7 @@ public:
// Flag is stored at this position. Remove it.
m_flags.erase(itr);
}
-#if UNIT_TEST
+#ifdef UNIT_TEST
void dump() const
{
using namespace std;
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