Skip to content
Snippets Groups Projects
Verified Commit e22afbc1 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Define __attribute__ for non-gnuc compilers

parent 9b37d1ca
No related branches found
No related tags found
2 merge requests!33Release 0.1,!32fix windows build
Pipeline #15249 failed
This commit is part of merge request !33. Comments created here will be created in the context of that merge request.
......@@ -22,6 +22,9 @@
#ifndef CAOSDB_CONSTANTS_H
#define CAOSDB_CONSTANTS_H
#ifndef __GNUC__
# define __attribute__(x)
#endif
#ifdef __cplusplus
namespace caosdb {
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment