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
fc3f0a25
Kaydet (Commit)
fc3f0a25
authored
May 20, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
We don't need this patch anymore.
Change-Id: Id6b787096d15c40903661fa3d309e8131b655752
üst
9785579e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
26 deletions
+0
-26
0001-Remove-disambiguation-of-a-integer-type.patch
mdds/0001-Remove-disambiguation-of-a-integer-type.patch
+0
-25
UnpackedTarball_mdds.mk
mdds/UnpackedTarball_mdds.mk
+0
-1
No files found.
mdds/0001-Remove-disambiguation-of-a-integer-type.patch
deleted
100644 → 0
Dosyayı görüntüle @
9785579e
From 46cf3188790b821b359e13b14e2211898ab2139b Mon Sep 17 00:00:00 2001
From: Kohei Yoshida <kohei.yoshida@gmail.com>
Date: Thu, 9 May 2013 14:48:41 -0400
Subject: [PATCH] Remove disambiguation of a integer type.
---
include/mdds/multi_type_vector_def.inl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/mdds/multi_type_vector_def.inl b/include/mdds/multi_type_vector_def.inl
index 2299a7b..f443e08 100644
--- a/include/mdds/multi_type_vector_def.inl
+++ misc/build/mdds_0.8.0/include/mdds/multi_type_vector_def.inl
@@ -1479,7 +1479,7 @@ multi_type_vector<_CellBlockFunc>::transfer_single_block(
// Insert two new blocks below current.
size_type blk2_size = blk_dest->m_size - dest_pos_in_block - len;
- dest.m_blocks.insert(dest.m_blocks.begin()+dest_block_index+1, 2, NULL);
+ dest.m_blocks.insert(dest.m_blocks.begin()+dest_block_index+1, 2u, NULL);
dest.m_blocks[dest_block_index+1] = new block(len);
dest.m_blocks[dest_block_index+2] = new block(blk2_size);
blk_dest->m_size = dest_pos_in_block;
--
1.8.0
mdds/UnpackedTarball_mdds.mk
Dosyayı görüntüle @
fc3f0a25
...
...
@@ -17,7 +17,6 @@ $(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/0001-Remove-disambiguation-of-a-integer-type.patch \
))
# vim: set noet sw=4 ts=4:
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