react-native-macos/ReactCommon/jsiexecutor/jsireact
Chiara Mooney 33dbb6c40c Fix Make Unused Not Compiler Specific (#34357)
Summary:
Use of `__attribute__` and `__unused` is compiler specific. Opt for standard `[[maybe_unused]]` instead.

## Changelog

[General] [Fixed] - Remove compiler-specific syntax.

Pull Request resolved: https://github.com/facebook/react-native/pull/34357

Test Plan: Built on react-native-windows.

Reviewed By: cipolleschi

Differential Revision: D38498481

Pulled By: javache

fbshipit-source-id: af43206788f54dda3b747b6417e20096c7d520e8
2022-08-08 03:50:58 -07:00
..
JSIExecutor.cpp Fix Make Unused Not Compiler Specific (#34357) 2022-08-08 03:50:58 -07:00
JSIExecutor.h feat: prevent removing globalEvalWithSourceUrl in RELEASE builds (#34319) 2022-08-04 09:25:08 -07:00
JSINativeModules.cpp Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
JSINativeModules.h Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00