Logo
Explore Help
Sign In
feedc0de/Catch2
1
0
Fork 0
You've already forked Catch2
forked from catchorg/Catch2
Code Pull Requests Activity
Files
5ce355a38c54bbcd486e51ed6f6bb00c46c7540f
Catch2/include/internal/catch_interfaces_config.cpp

6 lines
102 B
C++
Raw Normal View History

Sweep out some extra warnings Swept: `-Wpadded` in some places (where it caused extra size, instead of just saying "hey, we padded struct at the end to align, just as standard says") `-Wweak-vtables` everywhere (Clang) `-Wexit-time-destructors` everywhere (Clang) `-Wmissing-noreturn` everywhere (Clang) The last three are enabled for Clang compilation going forward. Also enabled `-Wunreachable-code` for Clang and GCC
2017-09-07 16:51:33 +02:00
#include "internal/catch_interfaces_config.h"
namespace Catch {
IConfig::~IConfig() = default;
}
Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 33ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API