Hi,
On Thu, Sep 27, 2018 at 4:31 PM, Tapas Mishra wrote:
> Hi,
> I am trying to do a project when I do a make on project code
> in cygwin environment I get following error
>
> gcc -Wall -g -c main.c -o main.o
> main.c: In function ‘main’:
> main.c:50:8: warning: unused variable ‘physmem’ [-Wunus
Tapas Mishra wrote:
Hi,
I am trying to do a project when I do a make on project code
in cygwin environment I get following error
gcc -Wall -g -c main.c -o main.o
main.c: In function ‘main’:
main.c:50:8: warning: unused variable ‘physmem’ [-Wunused-variable]
char *physmem = page_table_get_phys
Hi,
I am trying to do a project when I do a make on project code
in cygwin environment I get following error
gcc -Wall -g -c main.c -o main.o
main.c: In function ‘main’:
main.c:50:8: warning: unused variable ‘physmem’ [-Wunused-variable]
char *physmem = page_table_get_physmem(pt);
^
3 matches
Mail list logo