1
1

- Get test compiling with -Werror

This commit was SVN r21691.
Этот коммит содержится в:
Rainer Keller 2009-07-15 22:59:19 +00:00
родитель ae6c36ae01
Коммит 7e59abd741

Просмотреть файл

@ -29,7 +29,7 @@ AC_DEFUN([OMPI_C_GET_ALIGNMENT],[
#include <stdio.h>
#include <stdlib.h>
struct foo { char c; $1 x; };
int main()
int main(int argc, char * argv[])
{
struct foo *p = (struct foo *) malloc(sizeof(struct foo));
int diff;