mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 18:16:35 +01:00
1) C4244 (conversion loses data) - e.g. when re-assigning a var of (say) int64_t to a lesser type, such as int32_t 2) C4275 (an exported class was derived from a class which is not exportable) - e.g. when deriving classes from std::set, std::exception or some other class which isn't declared with 'dllexport' |
||
|---|---|---|
| .. | ||
| ptw32 | ||
| sys | ||
| float_cast.h.input | ||
| libcharset.h.input | ||
| localcharset.h.input | ||
| misc.h.input | ||
| pthread.h.input | ||
| sched.h.input | ||
| semaphore.h.input | ||