]> git.kaiwu.me - njs.git/commit
Fixed building with --debug=YES after b28e50b1.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 1 May 2025 01:23:20 +0000 (18:23 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Thu, 1 May 2025 02:11:20 +0000 (19:11 -0700)
commit551ae185972779ee24b67f645212145ddd5522dc
treeec95664e946e5262542084c3bb1523284850b2c8
parent7f901b6f87a29ab74d18040c18aebb5b5918b028
Fixed building with --debug=YES after b28e50b1.

In file included from src/njs_main.h:37,
                 from src/njs_diyfp.c:12:
src/njs_atom.h: In function ‘njs_atom_to_value’:
src/njs_atom.h:54:31: error: invalid use of incomplete typedef
‘njs_flathsh_descr_t’ {aka ‘struct njs_flathsh_descr_s’}
   54 |         njs_assert(atom_id < h->elts_count);
      |                               ^~
src/njs_assert.h:14:15: note: in definition of macro ‘njs_assert’
src/njs_flathsh.c
src/njs_flathsh.h