Skip to content
Snippets Groups Projects
Commit b97d9b82 authored by Mike Hommey's avatar Mike Hommey
Browse files

Bug 1746991 - Avoid warning noise from __STDC_CONSTANT_MACROS being redefined....

Bug 1746991 - Avoid warning noise from __STDC_CONSTANT_MACROS being redefined. r=firefox-build-system-reviewers,andi

Differential Revision: https://phabricator.services.mozilla.com/D134348
parent 118ca6da
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,9 @@
* with the fprintf function family.
*/
#define __STDC_LIMIT_MACROS
#if !defined(__STDC_CONSTANT_MACROS)
#define __STDC_CONSTANT_MACROS
#endif
#if !defined(__STDC_FORMAT_MACROS)
#define __STDC_FORMAT_MACROS
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment