Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-10-01 09:48:24 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-10-02 11:01:34 +0400
commit5ab4c6b7aa65eeb878b016666ca6551548c9bc80 (patch)
tree88a921b025b8c027f557bbbd3d4c356beef9a8ea /extern/libmv/intern/track_region.h
parent2040666fd1526c8ea21f2512dd6750ea11d3dc0c (diff)
Libmv: Silence some warnings about C11 usage
This makes headers a bit less clean (with the anonymous structs mainly and headers inclusion from another header. Makes compilation with clang a bit less noisy.
Diffstat (limited to 'extern/libmv/intern/track_region.h')
-rw-r--r--extern/libmv/intern/track_region.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extern/libmv/intern/track_region.h b/extern/libmv/intern/track_region.h
index 95ec124c3e1..7ed3e443e40 100644
--- a/extern/libmv/intern/track_region.h
+++ b/extern/libmv/intern/track_region.h
@@ -49,8 +49,8 @@ typedef struct libmv_TrackRegionResult {
#ifdef __cplusplus
namespace libmv {
- class TrackRegionOptions;
- class TrackRegionResult;
+ struct TrackRegionOptions;
+ struct TrackRegionResult;
}
void libmv_configureTrackRegionOptions(
const libmv_TrackRegionOptions& options,