Home
last modified time | relevance | path

Searched refs:UNUSED_PARAM (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/yaml/src/
H A Dapi.c77 UNUSED_PARAM(b_end) in yaml_string_join()
H A Dyaml_private.h678 # define UNUSED_PARAM(a) (void)(a); macro
680 # define UNUSED_PARAM(a) /*@-noeffect*/if (0) (void)(a)/*@=noeffect*/; macro