mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
build(riscv): suppress massive -Wignored-attributes warnings
This commit is contained in:
parent
941d89e06d
commit
c725771e11
@ -13,6 +13,13 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <opencv2/core/check.hpp>
|
#include <opencv2/core/check.hpp>
|
||||||
|
|
||||||
|
#if defined(__GNUC__) && !defined(__clang__)
|
||||||
|
// FIXIT: eliminate massive warnigs from templates
|
||||||
|
// GCC from 'rvv-next': riscv64-unknown-linux-gnu-g++ (g42df3464463) 12.0.1 20220505 (prerelease)
|
||||||
|
// doesn't work: #pragma GCC diagnostic push
|
||||||
|
#pragma GCC diagnostic ignored "-Wignored-attributes"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef CV_RVV_MAX_VLEN
|
#ifndef CV_RVV_MAX_VLEN
|
||||||
#define CV_RVV_MAX_VLEN 1024
|
#define CV_RVV_MAX_VLEN 1024
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user