Commit e9061d7
authored
Fix stb_image optimization bug with gcc 15.2.0 (cyberbotics#6927)
1 parent 352f9e7 commit e9061d7
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
- .github/CONTRIBUTING.md+4
- .github/ISSUE_TEMPLATE/1-stb_image-doesn-t-load-specific-image-correctly.md+15
- .github/ISSUE_TEMPLATE/2-bug_report.md+24
- .github/ISSUE_TEMPLATE/3-feature_request.md+20
- .github/ISSUE_TEMPLATE/config.yml+5
- .github/workflows/ci-fuzz.yml+23
- .gitignore+3
- .travis.yml+3
- LICENSE+37
- README.md+49-34
- SECURITY.md+2
- deprecated/stb.h+125-1.5k
- deprecated/stb_image_resize.h+58-54
- deprecated/stretch_test.c+7-6
- deprecated/stretchy_buffer.h+27-26
- docs/why_public_domain.md+6-5
- stb_c_lexer.h+78-103
- stb_connected_components.h+32-32
- stb_divide.h+52-40
- stb_ds.h+313-122
- stb_dxt.h+234-243
- stb_easy_font.h+33-31
- stb_herringbone_wang_tile.h+6-6
- stb_hexwave.h+680
- stb_image.h+816-380
- stb_image_resize2.h+10.7k
- stb_image_resize_test/dotimings.c+224
- stb_image_resize_test/old_image_resize.h+2.7k
- stb_image_resize_test/oldir.c+56
- stb_image_resize_test/stbirtest.c+992
- stb_image_resize_test/vf_train.c+999
- stb_image_write.h+210-105
- stb_include.h+12-5
- stb_leakcheck.h+34-30
- stb_perlin.h+65-64
- stb_rect_pack.h+41-46
- stb_sprintf.h+114-68
- stb_textedit.h+90-65
- stb_tilemap_editor.h+76-50
- stb_truetype.h+542-351
- stb_vorbis.c+320-238
- stb_voxel_render.h+51-50
- tests/Makefile+3-1
- tests/fuzz_main.c+54
- tests/image_test.dsp+3-2
- tests/ossfuzz.sh+29
- tests/pbm/basi0g16.pgm
- tests/pbm/basi2c16.ppm
- tests/pbm/cdfn2c08.ppm
- tests/pbm/cdun2c08.ppm
- tests/pbm/comment.pgm
- tests/pbm/ctfn0g04.pgm
- tests/pngsuite/iphone/iphone_basi0g01.png
- tests/pngsuite/iphone/iphone_basi0g02.png
- tests/pngsuite/iphone/iphone_basi3p02.png
- tests/pngsuite/iphone/iphone_bgwn6a08.png
- tests/pngsuite/iphone/iphone_bgyn6a16.png
- tests/pngsuite/iphone/iphone_tbyn3p08.png
- tests/pngsuite/iphone/iphone_z06n2c08.png
- tests/pngsuite/ref_results.csv+259
- tests/resample_test.cpp+9-4
- tests/resize.dsp+1-1
- tests/stb.dsp+10-18
- tests/stb.dsw-15
- tests/stb_c_lexer_fuzzer.cpp+74
- tests/stb_cpp.cpp+2
- tests/stb_png.dict+8
- tests/stbi_read_fuzzer.c+28
- tests/stretchy_buffer_test.c-7
- tests/test_c_compilation.c+14-6
- tests/test_c_lexer.c+50-1
- tests/test_cpp_compilation.cpp+20-4
- tests/test_ds.c+5-1
- tests/test_png_paeth.c+47
- tests/test_png_regress.c+75
- tests/test_sprintf.c+202-1
- tests/test_truetype.c+54-5
- tests/test_vorbis.c+1-1
- tests/truetype_test_win32.c+184
- tools/README.footer.md+22-8
- tools/README.header.md+12-9
- tools/README.list+3-4
- tools/build_matrix.c+6-1
- tools/make_readme.c+6-5
- tools/trailing_whitespace.c+32
0 commit comments