Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
24d74ffb
Commit
24d74ffb
authored
Nov 18, 2010
by
Guillaume Lazzara
Browse files
mln/io/pnm/save.hh: Add a fixme related to an ICE with GCC 4.1.1.
parent
f09fec4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
milena/ChangeLog
View file @
24d74ffb
2010-11-18 Guillaume Lazzara <z@lrde.epita.fr>
* mln/io/pnm/save.hh: Add a fixme related to an ICE with GCC
4.1.1.
2010-11-18 Guillaume Lazzara <z@lrde.epita.fr>
Fix QImage conversions.
* mln/convert/to_qimage.hh: Fix a duplicate declaration.
* mln/convert/to_qimage_nocopy.hh: Fix the minimum version required.
* mln/convert/to_qimage_nocopy.hh: Fix the minimum version
required.
2010-11-18 Guillaume Lazzara <z@lrde.epita.fr>
milena/mln/io/pnm/save.hh
View file @
24d74ffb
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 EPITA Research and Development Laboratory (LRDE)
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
// 2010 EPITA Research and Development Laboratory (LRDE)
//
// This file is part of Olena.
//
...
...
@@ -158,6 +159,7 @@ namespace mln
void
save_data_
(
std
::
ofstream
&
file
,
trait
::
image
::
speed
::
fastest
,
const
I
&
ima
)
{
// FIXME: GCC 4.1.1 crashes on that line.
if
(
sizeof
(
value
::
int_u8
)
==
1
)
save_data_contiguous
(
file
,
ima
);
else
...
...
Write
Preview
Supports
Markdown
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