소스 검색

fix tests for release builds

make typedescription branch work

make tests run

remove initial client work

add old compiler flags

old GCCs don't like our code with pedantic

bugfix in node handling
Julius Pfrommer 10 년 전
부모
커밋
1f9d97cc8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/check_memory.c

+ 1 - 1
tests/check_memory.c

@@ -199,4 +199,4 @@ int main(void) {
 	srunner_free(sr);
 
 	return (number_failed == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
-}
+}