We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c11950 commit 4a6c80bCopy full SHA for 4a6c80b
CI/update/templates/stm32yyxx_ll.h
@@ -4,6 +4,9 @@
4
#pragma GCC diagnostic push
5
#pragma GCC diagnostic ignored "-Wunused-parameter"
6
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
7
+#ifdef __cplusplus
8
+ #pragma GCC diagnostic ignored "-Wregister"
9
+#endif
10
11
/* Include Low Layers drivers */
12
{% for ll_header_name in ll_header_list %}
CI/update/templates/stm32yyxx_ll_ppp.h
{% for serie in serieslist %}
{% if loop.first %}
0 commit comments