Skip to content

suppress gcc error on arch, block device compatible ( /dev/xxx) and let sdl gui works in pure wayland#64

Open
limbo127 wants to merge 3 commits intotenclass:masterfrom
limbo127:master
Open

suppress gcc error on arch, block device compatible ( /dev/xxx) and let sdl gui works in pure wayland#64
limbo127 wants to merge 3 commits intotenclass:masterfrom
limbo127:master

Conversation

@limbo127
Copy link

No description provided.

if(ioctl(fd_,BLKGETSIZE64,&size_blockdevice)!=-1) {
total_blocks_ = size_blockdevice / block_size_;
block_size_ = 512;
total_blocks_ = size_blockdevice / block_size_;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicated code?

@limbo127
Copy link
Author

limbo127 commented Nov 2, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants