Snippets for adms 2.3.7 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/sxi6c4q2d7z4yfawrl17zlrb6kpqzyq1-adms-2.3.7.drv.
-
admsXml.c:625:5: warning: expression result unused [-Wunused-value] 625 | (int) preprocessorparse(); | ^ ~~~~~~~~~~~~~~~~~~~ -
adms.c:1956:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1956 | if((refblockvariable->_block==myblock)) | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ -
preprocessorLex.c:1501:13: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] 1501 | if ( ! (yy_state_buf) ) | ^ -
preprocessorLex.c:2852:3: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] 2852 | return yy_is_jam ? 0 : yy_current_state; | ^