mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
Backport next gcc 4.6 issues
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37633 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
541606c24f
commit
19fb4db08a
@ -77,7 +77,7 @@ static ParamInfo const & findInfo(InsetCode code, string const & cmdName)
|
||||
default:
|
||||
LASSERT(false, /**/);
|
||||
}
|
||||
static const ParamInfo pi;
|
||||
static ParamInfo pi;
|
||||
return pi; // to silence the warning
|
||||
}
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <cstddef>
|
||||
#include <vector>
|
||||
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
// *** Required Headers from the STL
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstddef>
|
||||
#include <functional>
|
||||
#include <istream>
|
||||
#include <ostream>
|
||||
|
Loading…
Reference in New Issue
Block a user