Support Clang
authorOlivier Dion <odion@efficios.com>
Mon, 7 Oct 2024 16:22:03 +0000 (12:22 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 23 Oct 2024 15:36:40 +0000 (11:36 -0400)
commite0e8feb9822cb292cb242fe8e34bda0fa30bab0e
treed9ac9f11455a6a9dbca7a1702427087f854bb877
parentcba80ed5b5440d5c9f3fbe49f469bdee7960d468
Support Clang

Most of the warnings emitted where due to either gcc extension or C99
extension used in C++.  Turn-off these warnings by using _Pragma.

Change-Id: I0421d888154df1a98543cc0c0fb7e4b448d25da1
Signed-off-by: Olivier Dion <odion@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/side/endian.h
include/side/instrumentation-c-api.h
include/side/macros.h
src/side.c
tests/unit/c-native-types.h
tests/unit/test.c
This page took 0.023367 seconds and 4 git commands to generate.