Kaydet (Commit) f86d51e1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-parameter (Clang 3.1)

Change-Id: Id384aeda51bcbba9aefdb242db386a30ae991c30
üst a9e58e29
......@@ -32,7 +32,7 @@ TARFILE_MD5=3e89a35f253a4f1c7de68c57d851ef38
PATCH_FILES=\
mdds_0.6.0.patch \
0001-help-compiler-select-the-right-overload-of-vector-in.patch \
mdds_0.6.0-unused-parameter.patch
CONFIGURE_DIR=
CONFIGURE_ACTION=
......
--- misc/mdds_0.6.0/include/mdds/multi_type_vector_types.hpp 2012-07-19 05:09:49.000000000 +0200
+++ misc/build/mdds_0.6.0/include/mdds/multi_type_vector_types.hpp 2012-07-23 09:31:51.636388620 +0200
@@ -302,7 +302,7 @@
noncopyable_element_block(size_t n, const _Data& val) : base_type(n, val) {}
public:
- static _Self* clone_block(const base_element_block& blk)
+ static _Self* clone_block(const base_element_block&)
{
throw element_block_error("attempted to clone a noncopyable element block.");
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment