File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed
source/bxgeomtools/testing Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 40
40
void test_placement ()
41
41
{
42
42
datatools::logger::priority logging = datatools::logger::PRIO_NOTICE;
43
- #if defined(__GNUC__)
44
- #if __GNUC_VERSION__ >= 130000
45
- // #pragma message "Applying special diagnostic ignored '-Wdangling-reference'"
46
- #pragma GCC diagnostic push
47
- #pragma GCC diagnostic ignored "-Wdangling-reference"
48
- #endif
49
- #endif
43
+ // #if defined(__GNUC__)
44
+ // #if __GNUC_VERSION__ >= 130000
45
+ // #pragma GCC diagnostic push
46
+ // #pragma GCC diagnostic ignored "-Wdangling-reference"
47
+ // #endif
48
+ // #endif
50
49
const camp::Class & plctMetaClass = camp::classByName (" geomtools::placement" );
51
- #if defined(__GNUC__)
52
- #if __GNUC_VERSION__ >= 130000
53
- // #pragma message "Applying special diagnostic ignored '-Wdangling-reference'"
54
- #pragma GCC diagnostic pop
55
- #endif
56
- #endif
50
+ // #if defined(__GNUC__)
51
+ // #if __GNUC_VERSION__ >= 130000
52
+ // #pragma GCC diagnostic pop
53
+ // #endif
54
+ // #endif
57
55
58
56
camp::UserObject plctObj0 = plctMetaClass.construct ();
59
57
You can’t perform that action at this time.
0 commit comments