mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Isse #1224 - revert change to unbust debug builds.
This commit is contained in:
parent
fb8d9b8c78
commit
fe7be5d771
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ enum ErrNum {
|
|||
|
||||
// Debug-only compile-time table of the number of arguments of each error, for use in static_assert.
|
||||
#if defined(DEBUG) && (defined(__clang__) || defined(__GNUC__))
|
||||
uint16_t ErrorFormatNumArgs[] = {
|
||||
uint16_t constexpr ErrorFormatNumArgs[] = {
|
||||
#define MSG_DEF(_name, _argc, _exn, _str) \
|
||||
_argc,
|
||||
#include "mozilla/dom/Errors.msg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue