mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Fix some spammy warnings
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#define REGS_SYSCFG_H
|
#define REGS_SYSCFG_H
|
||||||
|
|
||||||
#include "register.h"
|
#include "register.h"
|
||||||
#include <regs/config/syscfg.h>
|
// #include <regs/config/syscfg.h>
|
||||||
#include "gpio.h"
|
#include "gpio.h"
|
||||||
|
|
||||||
#define REGS_SYSCFG_CONFIG_F412 1
|
#define REGS_SYSCFG_CONFIG_F412 1
|
||||||
|
|||||||
@@ -8,7 +8,9 @@
|
|||||||
#define _LIBCPP_CONSTEXPR_AFTER_CXX11
|
#define _LIBCPP_CONSTEXPR_AFTER_CXX11
|
||||||
#define _LIBCPP_CONSTEXPR_AFTER_CXX14
|
#define _LIBCPP_CONSTEXPR_AFTER_CXX14
|
||||||
#define _LIBCPP_CONSTEXPR constexpr
|
#define _LIBCPP_CONSTEXPR constexpr
|
||||||
|
#ifndef __has_feature
|
||||||
#define __has_feature(__x) 0
|
#define __has_feature(__x) 0
|
||||||
|
#endif
|
||||||
#define _LIBCPP_NO_CFI
|
#define _LIBCPP_NO_CFI
|
||||||
#define _NOEXCEPT noexcept
|
#define _NOEXCEPT noexcept
|
||||||
#define _NOEXCEPT_(x) noexcept(x)
|
#define _NOEXCEPT_(x) noexcept(x)
|
||||||
|
|||||||
Reference in New Issue
Block a user