Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.11.2: compile time warnings #9221

Closed
kloczek opened this issue May 8, 2021 · 1 comment
Closed

1.11.2: compile time warnings #9221

kloczek opened this issue May 8, 2021 · 1 comment

Comments

@kloczek
Copy link

kloczek commented May 8, 2021

gcc 11.1.0

In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_costrail.hpp:16:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_common.hpp:183:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function '__dt_base ':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_costrail.hpp:16:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_common.hpp:183:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function '__dt_base ':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_costrail.hpp:16:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_common.hpp:183:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function '__dt_base ':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from '__dt_base ' at /usr/include/c++/11/bits/stl_pair.h:211:0,
    inlined from 'destroy' at /usr/include/c++/11/ext/new_allocator.h:162:0,
    inlined from 'destroy' at /usr/include/c++/11/bits/alloc_traits.h:531:0,
    inlined from '_M_destroy_node' at /usr/include/c++/11/bits/stl_tree.h:623:0,
    inlined from '_M_drop_node' at /usr/include/c++/11/bits/stl_tree.h:631:0,
    inlined from '_M_erase' at /usr/include/c++/11/bits/stl_tree.h:1889:0,
    inlined from '__dt_base ' at /usr/include/c++/11/bits/stl_tree.h:984:0,
    inlined from '__dt_base ' at /usr/include/c++/11/bits/stl_map.h:302:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:94:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function '__dt_base ':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from '_Destroy' at /usr/include/c++/11/bits/stl_construct.h:140:0,
    inlined from '__destroy' at /usr/include/c++/11/bits/stl_construct.h:152:0,
    inlined from '_Destroy' at /usr/include/c++/11/bits/stl_construct.h:185:0,
    inlined from '_Destroy' at /usr/include/c++/11/bits/alloc_traits.h:746:0,
    inlined from '_M_destroy_data_aux' at /usr/include/c++/11/bits/deque.tcc:861:0,
    inlined from '_M_destroy_data' at /usr/include/c++/11/bits/stl_deque.h:2048:0,
    inlined from '__dt_base ' at /usr/include/c++/11/bits/stl_deque.h:1006:0,
    inlined from '__dt_base ' at /usr/include/c++/11/bits/stl_stack.h:99:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:94:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function '__dt_base ':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from '_Destroy' at /usr/include/c++/11/bits/stl_construct.h:140:0,
    inlined from '__destroy' at /usr/include/c++/11/bits/stl_construct.h:152:0,
    inlined from '_Destroy' at /usr/include/c++/11/bits/stl_construct.h:185:0,
    inlined from '_Destroy' at /usr/include/c++/11/bits/alloc_traits.h:746:0,
    inlined from '_M_destroy_data_aux' at /usr/include/c++/11/bits/deque.tcc:866:0,
    inlined from '_M_destroy_data' at /usr/include/c++/11/bits/stl_deque.h:2048:0,
    inlined from '__dt_base ' at /usr/include/c++/11/bits/stl_deque.h:1006:0,
    inlined from '__dt_base ' at /usr/include/c++/11/bits/stl_stack.h:99:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:94:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function '__dt_base ':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from '_Destroy' at /usr/include/c++/11/bits/stl_construct.h:140:0,
    inlined from '__destroy' at /usr/include/c++/11/bits/stl_construct.h:152:0,
    inlined from '_Destroy' at /usr/include/c++/11/bits/stl_construct.h:185:0,
    inlined from '_Destroy' at /usr/include/c++/11/bits/alloc_traits.h:746:0,
    inlined from '_M_destroy_data_aux' at /usr/include/c++/11/bits/deque.tcc:868:0,
    inlined from '_M_destroy_data' at /usr/include/c++/11/bits/stl_deque.h:2048:0,
    inlined from '__dt_base ' at /usr/include/c++/11/bits/stl_deque.h:1006:0,
    inlined from '__dt_base ' at /usr/include/c++/11/bits/stl_stack.h:99:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:94:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function '__dt_base ':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from '_Destroy' at /usr/include/c++/11/bits/stl_construct.h:140:0,
    inlined from '__destroy' at /usr/include/c++/11/bits/stl_construct.h:152:0,
    inlined from '_Destroy' at /usr/include/c++/11/bits/stl_construct.h:185:0,
    inlined from '_Destroy' at /usr/include/c++/11/bits/alloc_traits.h:746:0,
    inlined from '_M_destroy_data_aux' at /usr/include/c++/11/bits/deque.tcc:872:0,
    inlined from '_M_destroy_data' at /usr/include/c++/11/bits/stl_deque.h:2048:0,
    inlined from '__dt_base ' at /usr/include/c++/11/bits/stl_deque.h:1006:0,
    inlined from '__dt_base ' at /usr/include/c++/11/bits/stl_stack.h:99:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:94:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function '__dt_base ':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:94:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function '__dt_base ':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'SmartAlloc' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:279:0,
    inlined from 'Prepare' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:243:0,
    inlined from 'Append' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:253:0,
    inlined from 'GrowSizeNC' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:402:0,
    inlined from '__ct_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_costrail.hpp:71:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function '__ct_base ':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'destroy' at /usr/include/c++/11/ext/new_allocator.h:162:0,
    inlined from 'destroy' at /usr/include/c++/11/bits/alloc_traits.h:531:0,
    inlined from 'pop_back' at /usr/include/c++/11/bits/stl_deque.h:1561:0,
    inlined from 'pop' at /usr/include/c++/11/bits/stl_stack.h:275:0,
    inlined from 'EndStruct' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:177:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'EndStruct':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'destroy' at /usr/include/c++/11/ext/new_allocator.h:162:0,
    inlined from 'destroy' at /usr/include/c++/11/bits/alloc_traits.h:531:0,
    inlined from '_M_pop_back_aux' at /usr/include/c++/11/bits/deque.tcc:563:0,
    inlined from 'pop_back' at /usr/include/c++/11/bits/stl_deque.h:1565:0,
    inlined from 'pop' at /usr/include/c++/11/bits/stl_stack.h:275:0,
    inlined from 'EndStruct' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:177:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'EndStruct':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:346:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:28:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'ValueStr':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:28:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'ValueStr':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:346:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:50:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'ValueStr':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:50:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'ValueStr':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:346:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:64:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'ValueStr':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:64:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'ValueStr':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:346:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'TileStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:73:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'TileStr':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'TileStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:73:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'TileStr':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'WriteTile' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:140:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteTile':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:346:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'ComposeNameT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.h:86:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:34:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'ValueStr':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'ComposeNameT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.h:86:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:34:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'ValueStr':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:34:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'ValueStr':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:346:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:36:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'ValueStr':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:36:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'ValueStr':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'SmartAlloc' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:279:0,
    inlined from 'Prepare' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:243:0,
    inlined from 'Append' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:253:0,
    inlined from 'AppendRaw' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:224:0,
    inlined from 'AppendRaw' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:220:14,
    inlined from 'operator=' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:80:0,
    inlined from 'GetCurrentStructName' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:89:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'GetCurrentStructName':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:346:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'GetCurrentStructName' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:92:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'GetCurrentStructName':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'GetCurrentStructName' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:92:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'GetCurrentStructName':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:346:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'BeginStruct' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'BeginStruct':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'BeginStruct' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'BeginStruct':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'SmartAlloc' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:279:0,
    inlined from 'Prepare' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:243:0,
    inlined from 'Append' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:253:0,
    inlined from 'AppendRaw' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:232:0,
    inlined from '__ct ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:81:0,
    inlined from '__ct_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:306:0,
    inlined from '__ct ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:30:0,
    inlined from 'construct' at /usr/include/c++/11/ext/new_allocator.h:156:0,
    inlined from 'construct' at /usr/include/c++/11/bits/alloc_traits.h:512:0,
    inlined from 'push_back' at /usr/include/c++/11/bits/stl_deque.h:1500:0,
    inlined from 'push' at /usr/include/c++/11/bits/stl_stack.h:240:0,
    inlined from 'BeginStruct' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:157:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'BeginStruct':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'SmartAlloc' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:279:0,
    inlined from 'Prepare' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:243:0,
    inlined from 'Append' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:253:0,
    inlined from 'AppendRaw' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:232:0,
    inlined from '__ct ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:81:0,
    inlined from '__ct_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:306:0,
    inlined from '__ct ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:30:0,
    inlined from 'construct' at /usr/include/c++/11/ext/new_allocator.h:156:0,
    inlined from 'construct' at /usr/include/c++/11/bits/alloc_traits.h:512:0,
    inlined from '_M_push_back_aux' at /usr/include/c++/11/bits/deque.tcc:498:0,
    inlined from 'push_back' at /usr/include/c++/11/bits/stl_deque.h:1505:0,
    inlined from 'push' at /usr/include/c++/11/bits/stl_stack.h:240:0,
    inlined from 'BeginStruct' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:157:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'BeginStruct':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'SmartAlloc' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:279:0,
    inlined from 'Prepare' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:243:0,
    inlined from 'Append' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:253:0,
    inlined from 'AppendRaw' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:232:0,
    inlined from '__ct ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:81:0,
    inlined from '__ct_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:306:0,
    inlined from '__ct ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:30:0,
    inlined from '__ct ' at /usr/include/c++/11/bits/stl_pair.h:353:0,
    inlined from 'BeginStruct' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:160:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'BeginStruct':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'SmartAlloc' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:279:0,
    inlined from 'Prepare' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:243:0,
    inlined from 'Append' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:253:0,
    inlined from 'AppendRaw' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:232:0,
    inlined from '__ct ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:81:0,
    inlined from '__ct_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:306:0,
    inlined from '__ct ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:30:0,
    inlined from '__ct ' at /usr/include/c++/11/bits/stl_pair.h:315:0,
    inlined from 'construct' at /usr/include/c++/11/ext/new_allocator.h:156:0,
    inlined from 'construct' at /usr/include/c++/11/bits/alloc_traits.h:512:0,
    inlined from '_M_construct_node' at /usr/include/c++/11/bits/stl_tree.h:595:0,
    inlined from '_M_create_node' at /usr/include/c++/11/bits/stl_tree.h:612:0,
    inlined from 'operator()' at /usr/include/c++/11/bits/stl_tree.h:529:0,
    inlined from '_M_insert_' at /usr/include/c++/11/bits/stl_tree.h:1782:0,
    inlined from '_M_insert_unique' at /usr/include/c++/11/bits/stl_tree.h:2127:0,
    inlined from 'insert' at /usr/include/c++/11/bits/stl_map.h:811:0,
    inlined from 'BeginStruct' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:160:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'BeginStruct':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from '__dt_base ' at /usr/include/c++/11/bits/stl_pair.h:211:0,
    inlined from 'BeginStruct' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:160:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'BeginStruct':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/str.hpp:20:0,
    inlined from 'BeginStruct' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:165:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'BeginStruct':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'WriteEnumT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:145:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node.hpp:39:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node.hpp:127:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:208:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'WriteEnumT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:145:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node.hpp:40:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node.hpp:127:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:208:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:171:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node.hpp:127:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:208:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'WriteEnumT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:145:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:58:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:109:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:209:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:171:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:109:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:209:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'WriteEnumT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:145:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:111:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:209:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'WriteEnumT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:145:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:114:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:209:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:346:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'ComposeNameT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:86:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_type.hpp:78:0,
    inlined from 'WriteEnumT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:145:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:115:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:209:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'ComposeNameT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:86:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_type.hpp:78:0,
    inlined from 'WriteEnumT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:145:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:115:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:209:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_type.hpp:78:0,
    inlined from 'WriteEnumT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:145:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:115:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:209:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:346:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_type.hpp:80:0,
    inlined from 'WriteEnumT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:145:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:115:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:209:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'ValueStr' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_type.hpp:80:0,
    inlined from 'WriteEnumT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:145:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:115:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:209:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'WriteEnumT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:145:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:115:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:209:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:171:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:209:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'WriteEnumT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:145:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_node_rail.hpp:214:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:171:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'Dump' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/array.hpp:115:0,
    inlined from 'WriteStructT.constprop' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:168:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT.constprop':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'WriteStructT.constprop' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:171:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In member function 'WriteStructT.constprop':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:171:0,
    inlined from 'DumpBase' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_base.hpp:301:0,
    inlined from 'DumpState' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_rail.cpp:25:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'DumpState':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
In function 'RawFree',
    inlined from 'Free' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:214:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:95:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/blob.hpp:347:0,
    inlined from '__dt_base ' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/str.hpp:20:0,
    inlined from 'WriteStructT' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/../../misc/dbg_helpers.h:171:0,
    inlined from 'DumpBase' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_base.hpp:301:0,
    inlined from 'DumpState' at /home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/pathfinder/yapf/yapf_rail.cpp:26:0:
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp:140: warning: 'free' called on unallocated object 'hdrEmpty' [-Wfree-nonheap-object]
  140 |                 free(p);
      |
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/blob.hpp: In function 'DumpState':
/home/tkloczko/rpmbuild/BUILD/openttd-1.11.2/src/misc/dbg_helpers.cpp:181:35: note: declared here
  181 | /* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};
      |                                   ^
@TrueBrain
Copy link
Member

Already fixed in master with #8931.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants